socket.io-client-java icon indicating copy to clipboard operation
socket.io-client-java copied to clipboard

Implementing mySocket.sendBuffer

Open pishguy opened this issue 8 years ago • 1 comments

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?

pishguy avatar May 08 '17 19:05 pishguy

Hello, is there some people here?

zyf0330 avatar Sep 16 '20 08:09 zyf0330