We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc3d9b9 commit 91d6ddaCopy full SHA for 91d6dda
cli/main.go
@@ -20,7 +20,7 @@ import (
20
const (
21
wsDomain = "wss://tarmoqchi.uz/server"
22
httpDomain = "https://tarmoqchi.uz"
23
- version = "Tarmoqchi CLI v2.0.0"
+ version = "Tarmoqchi CLI v2.0.1"
24
)
25
26
// RequestType enum
@@ -302,9 +302,6 @@ func createTunnel(port string, customSubdomain string) {
302
_, message, err := c.ReadMessage()
303
304
if err != nil {
305
- if websocket.IsUnexpectedCloseError(err, websocket.CloseGoingAway, websocket.CloseAbnormalClosure) {
306
- printError("Connection closed")
307
- }
308
return
309
}
310
0 commit comments