Skip to content

Commit 49bc92f

Browse files
author
Jeff R. Allen
authored
Merge pull request #603 from dedis/use_goroutine_dispatcher
Use the routine dispatcher to deserve requests asynchronously
2 parents 023ed14 + 38d799a commit 49bc92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network/router.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func NewRouter(own *ServerIdentity, h Host) *Router {
6767
ServerIdentity: own,
6868
connections: make(map[ServerIdentityID][]Conn),
6969
host: h,
70-
Dispatcher: NewBlockingDispatcher(),
70+
Dispatcher: NewRoutineDispatcher(),
7171
connectionErrorHandlers: make([]func(*ServerIdentity), 0),
7272
}
7373
r.address = h.Address()

0 commit comments

Comments
 (0)