Track Workers by uuid for Reconnection

This commit is contained in:
Samuel Lorch 2024-04-26 22:41:55 +02:00
parent 9ac9ed8fe2
commit d0f220fd0a
6 changed files with 64 additions and 9 deletions

View file

@ -12,4 +12,5 @@ type Server struct {
type Worker struct {
Address string
Name string
}