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.
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.