I meant the following scenario:
Thanks
- Create an instance of the JPushClientV3 class
-
In multiple threads call the SendPushMessage method without locking the access to the instance (no serialization over the method access)
Thanks