-
Notifications
You must be signed in to change notification settings - Fork 18
Question: rpc.py line 256 #29
Comments
Hi @semigodking, i am very sorry, you discoverd a bug here. At the moment i am working on a release that fixes the broken publish-subscribe system. I missed the code you wonder about. As i started this project, all message encoding and decoding was part of a custom subclass of the aiohttp websocket class (therefore "ws"). Thx for pointing this issue out, i fixed the wrong call and added a test. |
Hi @fscherf, |
@semigodking |
Looks like this feature is not acceptable by some time sensitive
applications.
…On Fri, Jun 15, 2018, 19:06 Florian Scherf ***@***.***> wrote:
@semigodking <https://github.com/semigodking>
If you subscribe to a topic on which were notifications send you missed,
you get the last one.
We call this 'state' and use it for progress informations on long running
tasks.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#29 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB-rj_KmsTtIzyTTaPlglLIzTEGgY_cSks5t85UbgaJpZM4Uo54x>
.
|
you are right. you could make it configurable in a pull request :) |
May I know where the 'send_notification' method is defined in rpc.py line 256?
Thank you!
The text was updated successfully, but these errors were encountered: