Skip to content

Commit 8aa1685

Browse files
committed
bump socket io to v0.2.4
fix socket will not connect in the first connection
1 parent a12aa9a commit 8aa1685

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/LiterMC/go-openbmclapi
33
go 1.21.6
44

55
require (
6-
github.com/LiterMC/socket.io v0.2.3
6+
github.com/LiterMC/socket.io v0.2.4
77
github.com/golang-jwt/jwt/v5 v5.2.0
88
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
99
github.com/hamba/avro/v2 v2.18.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ github.com/LiterMC/socket.io v0.2.2 h1:dt1nzv3kNVbUzGnb7DqIZ+pomLn1sv2xJOks+DwQJ
88
github.com/LiterMC/socket.io v0.2.2/go.mod h1:MqUeyAZQgqD8PrRPIS3h+mV63xRa4rJw6uZohSvc8NY=
99
github.com/LiterMC/socket.io v0.2.3 h1:NhmaMlbIvxQ6gMqA9LG23kFvMgWBNul5TjKSUVWsNoI=
1010
github.com/LiterMC/socket.io v0.2.3/go.mod h1:MqUeyAZQgqD8PrRPIS3h+mV63xRa4rJw6uZohSvc8NY=
11+
github.com/LiterMC/socket.io v0.2.4 h1:ycVw/soQQZDA57Lz029Sre/oeDbNMu/+eh5EIJxt/u4=
12+
github.com/LiterMC/socket.io v0.2.4/go.mod h1:MqUeyAZQgqD8PrRPIS3h+mV63xRa4rJw6uZohSvc8NY=
1113
github.com/VividCortex/ewma v1.2.0 h1:f58SaIzcDXrSy3kWaHNvuJgJ3Nmz59Zji6XoJR/q1ow=
1214
github.com/VividCortex/ewma v1.2.0/go.mod h1:nz4BbCtbLyFDeC9SUHbtcT5644juEuWfUAUnGx7j5l4=
1315
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d h1:licZJFw2RwpHMqeKTCYkitsPqHNxTmd4SNR5r94FGM8=

0 commit comments

Comments
 (0)