YuukanOO / streamy

Use meteor underlying sockets for realtime communications
https://atmospherejs.com/yuukan/streamy
MIT License
105 stars 20 forks source link

Received error from server: bad request #38

Closed Yobbb closed 7 years ago

Yobbb commented 7 years ago

On my meteor app, I sometimes receive the message "Received error from server: bad request" on my browser console when trying to emit data from client to server and the Streamy.on callback on my server is not executed.

EDIT : it happens when Meteor reloads the server without refreshing the client in development mode. Probably due to a Streamy that wasn't properly closed.