SEAPUNK / socketeer

yet another websocket framework
MIT License
3 stars 0 forks source link

Error handling for clients before it's the user's responsibility #16

Closed SEAPUNK closed 8 years ago

SEAPUNK commented 8 years ago

This will mitigate potential DoS attacks.

SEAPUNK commented 8 years ago

I might actually just make error handling safe by adding the 'error' event listener, so Node.js doesn't throw an error.

SEAPUNK commented 8 years ago

Never mind; I'm going to do the temporary error handling, but only because EventEmitter's emit() is synchronous.