We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 023ed14 + 38d799a commit 49bc92fCopy full SHA for 49bc92f
network/router.go
@@ -67,7 +67,7 @@ func NewRouter(own *ServerIdentity, h Host) *Router {
67
ServerIdentity: own,
68
connections: make(map[ServerIdentityID][]Conn),
69
host: h,
70
- Dispatcher: NewBlockingDispatcher(),
+ Dispatcher: NewRoutineDispatcher(),
71
connectionErrorHandlers: make([]func(*ServerIdentity), 0),
72
}
73
r.address = h.Address()
0 commit comments