iron-meteor / iron-router

A client and server side router designed specifically for Meteor.
MIT License
1.98k stars 413 forks source link

undefined routes terminate web socket connection #1592

Open jamgold opened 7 years ago

jamgold commented 7 years ago

I have Meteor 1.5.1 and iron:router@1.1.2. Since today(?) undefined routes suddenly break the site with

WebSocket connection to 'ws://localhost:3000/sockjs/832/6ohpvjgz/websocket' failed: WebSocket is closed due to suspension

which results in a page reload with the page not found template being rendered as expected.