You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i execute ss(socket).emit("data", stream); it dosent arrive the server.
On server-side i use ss(socket).on("data", function(data){ console.log("send"); var _stream = ss.createStream(data); ss(socket).broadcast.emit("data", _stream); });.