File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 h1:EGx4pi6eqNxGa
147147github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 /go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY =
148148github.com/gorilla/websocket v1.4.0 h1:WDFjx/TMzVgy9VdMMQi2K2Emtwi2QcUQsztZ/zLaH/Q =
149149github.com/gorilla/websocket v1.4.0 /go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ =
150+ github.com/gorilla/websocket v1.4.2 /go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE =
150151github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 /go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA =
151152github.com/grpc-ecosystem/go-grpc-middleware v1.2.0 h1:0IKlLyQ3Hs9nDaiK5cSHAGmcQEIC8l2Ts1u6x5Dfrqg =
152153github.com/grpc-ecosystem/go-grpc-middleware v1.2.0 /go.mod h1:mJzapYve32yjrKlk9GbyCZHuPgZsrbyIbyKhSzOpg6s =
Original file line number Diff line number Diff line change @@ -54,8 +54,7 @@ func registerInnerTypes() {
5454 WithInitSize (500 ).WithParser (proto .ServiceParser )))
5555 INSTANCE = Store ().MustInstall (NewAddOn ("INSTANCE" ,
5656 discovery .Configure ().WithPrefix (core .GetInstanceRootKey ("" )).
57- WithInitSize (1000 ).WithParser (proto .InstanceParser ).
58- WithDeferHandler (NewInstanceEventDeferHandler ())))
57+ WithInitSize (1000 ).WithParser (proto .InstanceParser )))
5958 DOMAIN = Store ().MustInstall (NewAddOn ("DOMAIN" ,
6059 discovery .Configure ().WithPrefix (core .GetDomainRootKey ()+ core .SPLIT ).
6160 WithInitSize (100 ).WithParser (proto .StringParser )))
You can’t perform that action at this time.
0 commit comments