- Notifications
You must be signed in to change notification settings - Fork 298
Closed
Labels
Description
I was going through the sendEachForMulticast logic and didn't find anything to tell if it's thread safe or not, my current implementation is by calling the following in a new thread
FirebaseMessaging.getInstance().sendEachForMulticast(message)
Am I messing something here ? is my implementation thread safe ?
fmardini and laythra