mirror of
https://github.com/go-micro/go-micro.git
synced 2025-06-12 22:07:47 +02:00
Merge branch 'master' into crufting
This commit is contained in:
@ -40,7 +40,7 @@ func newRpcServer(opts ...Option) Server {
|
||||
|
||||
return &rpcServer{
|
||||
opts: options,
|
||||
router: DefaultRouter,
|
||||
router: router,
|
||||
handlers: make(map[string]Handler),
|
||||
subscribers: make(map[*subscriber][]broker.Subscriber),
|
||||
exit: make(chan chan error),
|
||||
|
Reference in New Issue
Block a user