Skip to content

Commit

Permalink
handleOutgoingMessage inline
Browse files Browse the repository at this point in the history
  • Loading branch information
whyrusleeping committed Dec 5, 2014
1 parent 11508f8 commit 194cd5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/mux/mux.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func (m *Muxer) handleOutgoingMessages(pid pb.ProtocolID, proto Protocol) {
return
}
m.Children().Add(1)
go m.handleOutgoingMessage(pid, msg)
m.handleOutgoingMessage(pid, msg)

case <-m.Closing():
return
Expand Down

0 comments on commit 194cd5b

Please sign in to comment.