Track Workers by uuid for Reconnection
This commit is contained in:
parent
9ac9ed8fe2
commit
d0f220fd0a
6 changed files with 64 additions and 9 deletions
5
go.mod
5
go.mod
|
@ -4,4 +4,7 @@ go 1.21.8
|
|||
|
||||
require github.com/BurntSushi/toml v1.3.2
|
||||
|
||||
require nhooyr.io/websocket v1.8.11 // indirect
|
||||
require (
|
||||
github.com/google/uuid v1.6.0 // indirect
|
||||
nhooyr.io/websocket v1.8.11 // indirect
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue