Open daniel-dressler opened 9 years ago
Without websockets our cost per call is quite high as every request must tear down and setup a tcp connection.
Do we currently use HTTP keepalive?
for reference: https://github.com/fpanettieri/unity-socket.io/tree/master/SocketIO https://github.com/sta/websocket-sharp
Without websockets our cost per call is quite high as every request must tear down and setup a tcp connection.