@peerbit/rpc
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -51,3 +51,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
await this.node.services.pubsub.unsubscribe(this.rpcTopic); | ||
await this.node.services.pubsub.removeEventListener("data", this._onMessage); | ||
await this.node.services.pubsub.removeEventListener("data", this._onMessageBinded); | ||
this._subscribed = false; | ||
@@ -54,0 +54,0 @@ } |
{ | ||
"name": "@peerbit/rpc", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "RPC calls for peers", | ||
@@ -44,3 +44,3 @@ "type": "module", | ||
}, | ||
"gitHead": "207f1f7ac46f818a443fc97249d9893745a2422c" | ||
"gitHead": "027f1d3d02e3029f2077d498f347a2f2a63b75e0" | ||
} |
@@ -101,3 +101,3 @@ import { | ||
"data", | ||
this._onMessage | ||
this._onMessageBinded | ||
); | ||
@@ -104,0 +104,0 @@ this._subscribed = false; |
Sorry, the diff of this file is not supported yet
63357