Skip to content

Commit 91d6dda

Browse files
feat: updated off message
1 parent cc3d9b9 commit 91d6dda

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

cli/main.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
const (
2121
wsDomain = "wss://tarmoqchi.uz/server"
2222
httpDomain = "https://tarmoqchi.uz"
23-
version = "Tarmoqchi CLI v2.0.0"
23+
version = "Tarmoqchi CLI v2.0.1"
2424
)
2525

2626
// RequestType enum
@@ -302,9 +302,6 @@ func createTunnel(port string, customSubdomain string) {
302302
_, message, err := c.ReadMessage()
303303

304304
if err != nil {
305-
if websocket.IsUnexpectedCloseError(err, websocket.CloseGoingAway, websocket.CloseAbnormalClosure) {
306-
printError("Connection closed")
307-
}
308305
return
309306
}
310307

0 commit comments

Comments
 (0)