Re: websocket thread safe send??

2017-02-21 Thread Mark Thomas
On 21/02/2017 14:17, Cristian Lorenzetto wrote: > i have a question. > > I have multiple threads sending a message in a unique connection. > > Send api is thread safe? What does the documentation say? Hint: read the specification and the relevant JavaDoc. Mark > > if it is not thread safe it

websocket thread safe send??

2017-02-21 Thread Cristian Lorenzetto
i have a question. I have multiple threads sending a message in a unique connection. Send api is thread safe? if it is not thread safe it is better to use synchronize or a queue?