Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: adjust WebSocket timeout parameters #268

Merged
merged 1 commit into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/golang/snappy v0.0.4
github.com/gorilla/websocket v1.5.0
github.com/huskar-t/file-rotatelogs/v2 v2.4.1
github.com/huskar-t/melody v0.0.0-20220722113213-5f82fb933d2a
github.com/huskar-t/melody v0.0.0-20240407104517-11dcf4a47591
github.com/influxdata/telegraf v1.23.4
github.com/json-iterator/go v1.1.12
github.com/kardianos/service v1.2.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1688,8 +1688,8 @@ github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpO
github.com/hudl/fargo v1.3.0/go.mod h1:y3CKSmjA+wD2gak7sUSXTAoopbhU08POFhmITJgmKTg=
github.com/huskar-t/file-rotatelogs/v2 v2.4.1 h1:yA/0HY7Jn3/uM4SFTNlD4l62+lVoMMlyoOGTyGmBWR0=
github.com/huskar-t/file-rotatelogs/v2 v2.4.1/go.mod h1:8ULZrsgVJPDgP9QY8mL6/xlHT4FM/wtp4l8UYew+3f8=
github.com/huskar-t/melody v0.0.0-20220722113213-5f82fb933d2a h1:+lEQ6e+tnZ9CSzxqgxcvFzJoQ+fuio4ty4BPwbXJUIo=
github.com/huskar-t/melody v0.0.0-20220722113213-5f82fb933d2a/go.mod h1:pfxtyQ9i9meRbS4BJBZ9YkE7upPetr0KKqcOCfi4nqY=
github.com/huskar-t/melody v0.0.0-20240407104517-11dcf4a47591 h1:+6/QXwVGIcVB5PQDHi3GoRONicoI48GzVdlFPXEJQtg=
github.com/huskar-t/melody v0.0.0-20240407104517-11dcf4a47591/go.mod h1:pfxtyQ9i9meRbS4BJBZ9YkE7upPetr0KKqcOCfi4nqY=
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
github.com/imdario/mergo v0.3.5/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA=
Expand Down
Loading