feat(websocket): handle ping messages sent from react and add logging (#346)

This commit is contained in:
Aveline
2025-04-10 15:10:22 +02:00
committed by Siyuan Miao
parent 9c758b6d57
commit 66a3352e5d
4 changed files with 46 additions and 15 deletions

2
go.mod
View File

@@ -7,7 +7,7 @@ toolchain go1.21.1
require (
github.com/Masterminds/semver/v3 v3.3.0
github.com/beevik/ntp v1.3.1
github.com/coder/websocket v1.8.12
github.com/coder/websocket v1.8.13
github.com/coreos/go-oidc/v3 v3.11.0
github.com/creack/pty v1.1.23
github.com/gin-gonic/gin v1.9.1