Skip to content

Commit b38ebe2

Browse files
committed
v1.0.5
1 parent 50c0ba3 commit b38ebe2

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,10 @@ Connect to a wstcp server.
228228
Changelog
229229
---------
230230

231+
### 1.0.5 (2021-08-11)
232+
233+
- Fix hanging up of WS connection when TCP client cannot connect.
234+
231235
### 1.0.4 (2021-08-10)
232236

233237
- Stability improvements on lossy links.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wstcp",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Client and server implementation of TCP forwarding over WebSocket",
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)