We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50c0ba3 commit b38ebe2Copy full SHA for b38ebe2
2 files changed
README.md
@@ -228,6 +228,10 @@ Connect to a wstcp server.
228
Changelog
229
---------
230
231
+### 1.0.5 (2021-08-11)
232
+
233
+- Fix hanging up of WS connection when TCP client cannot connect.
234
235
### 1.0.4 (2021-08-10)
236
237
- Stability improvements on lossy links.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "wstcp",
3
- "version": "1.0.4",
+ "version": "1.0.5",
4
"description": "Client and server implementation of TCP forwarding over WebSocket",
5
"main": "index.js",
6
"dependencies": {
0 commit comments