Hello,
This is my first post here.
I am using GAE for my backend(module created through Android Studio). I added a library that helps in sending FCM messages to FCM Cloud Connection Server but this library spawns threads to handle things which is where I am getting this exception for trying to spawn threads.
Now, I know that TaskQueue API is provided for this purpose but the library is not under my control.
How can I get around problems with using 3rd party libs that use concurrency?
Any help is truly appreciated.