@therms/rpc-server
Advanced tools
Comparing version 3.1.3 to 3.1.4
@@ -0,1 +1,8 @@ | ||
## [3.1.4](http://bitbucket.org/thermsio/rpc-server-ts/compare/v3.1.3...v3.1.4) (2024-07-15) | ||
### Bug Fixes | ||
* wss graceful close logging ([219719c](http://bitbucket.org/thermsio/rpc-server-ts/commits/219719ce7076e57f85fae8ddaf32ae5f7ea73400)) | ||
## [3.1.3](http://bitbucket.org/thermsio/rpc-server-ts/compare/v3.1.2...v3.1.3) (2024-07-15) | ||
@@ -2,0 +9,0 @@ |
@@ -23,2 +23,3 @@ import { Server } from './Server'; | ||
private wss?; | ||
private wssShuttingDown; | ||
constructor(options: WebSocketServerOptions); | ||
@@ -25,0 +26,0 @@ name: string; |
{ | ||
"name": "@therms/rpc-server", | ||
"version": "3.1.3", | ||
"version": "3.1.4", | ||
"description": "RPC framework, Node.js lib", | ||
@@ -5,0 +5,0 @@ "private": false, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
409466
5579