When joining a Chat that has been going on for a while, with loads of messages, the current way to send the log to the client will wind up being too long for it to send (max of about 65000 bytes). Implement way to send messages silently to the client from the server.
When joining a Chat that has been going on for a while, with loads of messages, the current way to send the log to the client will wind up being too long for it to send (max of about 65000 bytes). Implement way to send messages silently to the client from the server.