socket.io-client-java
socket.io-client-java copied to clipboard
Implementing mySocket.sendBuffer
this is my code for socket.io which i use that for web application to reset buffer after connecting to server
mySocket.on('connect', function () {
mySocket.sendBuffer=[]
console.log('Connected!');
});
how can i implementing that for this library?
Hello, is there some people here?