For an app using kaju that’s also using CurlS(Multi)MBS for server access, I changed kaju to use curl too because it wasn’t reliable with URLConnection in the built app.
As it turns out now, it wasn’t URLConnection’s fault as I thought. The same happens with curl now too: If an update check is being run (using performMulti to be as fast as possible, but not in a thread), it will return within a zip.
In the built app, the last message I see is “Checking for updates” but no result nor error which should be checked for (I set a OptionTimeout of 60). Any ideas what could stall a transmission under these circumstances?
EDIT: Might be important to state that the app itself is not stuck. Just as if the rest of the update check method was skipped.
6 posts - 2 participants