mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 17:01:34 +00:00
This commit is contained in:
parent
98a67cc2be
commit
9923775bc1
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@ class NotificationSession(RPCSession):
|
||||||
# will catch the exception, count errors, and at some point disconnect
|
# will catch the exception, count errors, and at some point disconnect
|
||||||
if isinstance(request, Notification):
|
if isinstance(request, Notification):
|
||||||
params, result = request.args[:-1], request.args[-1]
|
params, result = request.args[:-1], request.args[-1]
|
||||||
|
print(params)
|
||||||
|
print(result)
|
||||||
key = self.get_hashable_key_for_rpc_call(request.method, params)
|
key = self.get_hashable_key_for_rpc_call(request.method, params)
|
||||||
if key in self.subscriptions:
|
if key in self.subscriptions:
|
||||||
self.cache[key] = result
|
self.cache[key] = result
|
||||||
|
|
Loading…
Add table
Reference in a new issue