Closed asmyasnikov closed 6 years ago
Hi! How I can notifying all websocket clients about new data getting from another thread? If I call every registered connection 'connection->send()' from another thread, server throwed exception and wrote 'seasocks called on wrong thread'. =(
Sorry. I see later the server.execute() method for this feature.
Hi! How I can notifying all websocket clients about new data getting from another thread? If I call every registered connection 'connection->send()' from another thread, server throwed exception and wrote 'seasocks called on wrong thread'. =(