javapns-jdk16
javapns-jdk16 copied to clipboard
Async send in Web Application JavaEE
I'm having trouble sending notifications. I use your library in the Web application. The problem is that I'm forced to wait for the time until the notification goes. In the send parameters, I specified numberOfThreads
, but it did not work.
Prompt please that I not so do?
Hi, you should spawn your own thread if you don't want to wait for all the internal threads to finish.
On Apr 4, 2017, at 04:57, Alexander [email protected] wrote:
I'm having trouble sending notifications. I use your library in the Web application. The problem is that I'm forced to wait for the time until the notification goes. In the send parameters, I specified numberOfThreads, but it did not work.
Prompt please that I not so do?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.