[xSocket-develop] Using connection outside xsocket thread ?
Status: Inactive
Brought to you by:
grro
|
From: Jonas M. <sa...@gm...> - 2009-09-16 22:00:52
|
So since xSocket is not thread-safe, what is the best way to send data on a different Connection than the one in the callback, or from outside the xsocket-thread entirely ? All examples only show how to respond to data received, never what to do if you want to send data from outside the callbacks, or if data from one connection needs to trigger data to be sent to a different connection. -- Jonas |