Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdudkov committed May 20, 2024
1 parent 843fc26 commit e1f2630
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cmd/goatak_server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,8 @@ func (app *App) ConnectTo(ctx context.Context, addr string) {
app.handlers.Delete(name)
app.logger.Info("disconnected")
},
IsClient: true,
RoutePings: false,
UID: app.uid,
IsClient: true,
UID: app.uid,
})

go h.Start()
Expand Down

0 comments on commit e1f2630

Please sign in to comment.