javapns-jdk16 icon indicating copy to clipboard operation
javapns-jdk16 copied to clipboard

Async send in Web Application JavaEE

Open Tsyklop opened this issue 7 years ago • 1 comments

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?

Tsyklop avatar Apr 04 '17 07:04 Tsyklop

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.

fernandospr avatar Apr 04 '17 10:04 fernandospr