ALXRSS / WebRTC-Conf

0 stars 5 forks source link

Check the socket.io-stream problem on the online version #42

Open micbuffa opened 9 years ago

micbuffa commented 9 years ago

Hi, it seems that I made a mistake by adding the socket.io-streams dependency in package.json.

When I did a npm install and then a node server.js for trying the app, it told me that socket.io-streams was missing, so I added a dependency rule for the latest version of socket.io-streams. Then the server ran correctly but I've got a strange error in the socket.io-stream.js file at runtime, this file contains just a sentence "welcome to socket.io-streams", so apparently npm installed something wrong, maybe because of the dependency rule I added in package.json.

Check the online version at visio.gexsoft.com, update your own package.json and try an install in an empty directory avec cloning the git repo please.

I guess you used socket.io-streams for sending files over web sockets ? For the shared files ? Please confirm, I'm curious...

Michel

j-mulenet commented 9 years ago

It's a bug with the socket.io-stream but it does not affect. We try to resolve them but we not found no trace of this line in the module of socket.io-stream. Yes socket.io-stream was used for sending files over web sockets.