Jump to content
Pulseway 9.14 🔥

Featured Replies

Posted

Hi again,

 

Does the Service.sendNotificationToAllDevices method process the notification on the calling thread or asynchronously (i.e. does it block the calling thread until the message has been sent)? I realize the send time may be very quick, but my application has certain error scenarios where every millisecond counts. It's relatively simple for me to hand the notification task off to a background thread on my side, but I don't want to do this if the API is already doing so.


Thanks,

Brad

Create an account or sign in to comment