Browse Source

Pass along just the client id instead a reference to the entire client when unregistering the client

gek/new-load-tests
Gabe Kangas 4 years ago
parent
commit
3c594918a9
  1. 1
      core/chat/server.go

1
core/chat/server.go

@ -72,7 +72,6 @@ func (s *Server) Run() { @@ -72,7 +72,6 @@ func (s *Server) Run() {
}
case message := <-s.inbound:
fmt.Println("inbound...")
s.eventReceived(message)
}
}

Loading…
Cancel
Save