Comparing version 1.7.4 to 1.7.5
@@ -125,3 +125,3 @@ "use strict"; | ||
} | ||
handler = factory[method]; | ||
handler = service[method]; | ||
if (!handler) { | ||
@@ -128,0 +128,0 @@ throw new Error("service method not implemeted: " + method); |
{ | ||
"name": "wsgrpc", | ||
"version": "1.7.4", | ||
"version": "1.7.5", | ||
"description": "Using WebSocket as gRPC transport", | ||
@@ -5,0 +5,0 @@ "author": "tsangpo", |