mcollina / mows

Using MQTT.js in the browser over WebSocket -- Built with browserify!
72 stars 12 forks source link

Added connection.destroy() #18

Closed RangerMauve closed 9 years ago

RangerMauve commented 10 years ago

Give server a method for destroying incoming connections by closing the underlying socket.

This should be different from connection.end() because that is already defined by the writable stream interface.

Fixes #16