Commit bccb3e87 authored by Juan Batiz-Benet's avatar Juan Batiz-Benet Committed by Brian Tiger Chow

goroutine note comment

parent 27d0e692
......@@ -167,6 +167,7 @@ func (s *Service) handleIncomingMessage(ctx context.Context, m msg.NetMessage) {
return // no handler, drop it.
}
// should this be "go HandleMessage ... ?"
r1, err := s.Handler.HandleMessage(ctx, m2)
if err != nil {
u.PErr("handled message yielded error %v\n", err)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment