Is it safe to call sendMessageNow from multiple threads? Or if I’m doing that, do I need to wrap each one in my own lock of some sort? The docs don’t say anything about thread safety, so I guess that means not thread safe?
Is it safe to call sendMessageNow from multiple threads? Or if I’m doing that, do I need to wrap each one in my own lock of some sort? The docs don’t say anything about thread safety, so I guess that means not thread safe?