fastify-ws
Advanced tools
Comparing version 0.3.1 to 0.4.0
@@ -17,3 +17,5 @@ 'use strict' | ||
fastify.addHook('onClose', (fastify, done) => fastify.ws.close(done)) | ||
next() | ||
}) |
{ | ||
"name": "fastify-ws", | ||
"version": "0.3.1", | ||
"version": "0.4.0", | ||
"description": "Basic WebSocket support for Fastify built on the blazing fast ws and uws libraries.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -47,8 +47,3 @@ # fastify-ws | ||
## TODO | ||
* [ ] Get TAP test suite to finish without resorting to `process.exit()` | ||
## License | ||
Licensed under [MIT](./LICENSE). |
@@ -14,4 +14,2 @@ 'use strict' | ||
fastify.addHook('onClose', (fastify, done) => fastify.ws.close(done)) | ||
fastify.ready(err => { | ||
@@ -18,0 +16,0 @@ t.error(err) |
4867
49