maykonmultilig
Results
1
comments of
maykonmultilig
Hello, Yes, i just add the follow lines in my server.js: ``` connection.on('error', function (data) { //error handling here }) ``` in my case i just ignore this. ``` connection.on('error',...