I have a library that comunicate using HTTPJOB with my REST Server, it always worked
moving tho the new 11.50 compiler started with this "sending message to waiting queue of uninitialized activity (submitjob)"
I have created a small test app that uses the code directly (not like library) and it works.
Using it as alt-5 libery in my main app it gets this message.
cannot switch to BAXPages, project too big (40k lines) and writteng on the standard style
My library is basically creating calls to http server with parameters to wait for json responses
Everything done inside the library and the result is calling an event (callsub) to the main activity.
I do not use it as service, it is called from the main activity
Any Ideas?