Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Channel related WS events #1509

Closed
tim2CF opened this issue Aug 10, 2020 · 1 comment · Fixed by #1536
Closed

Channel related WS events #1509

tim2CF opened this issue Aug 10, 2020 · 1 comment · Fixed by #1536

Comments

@tim2CF
Copy link

tim2CF commented Aug 10, 2020

Would be very useful to have WS events like channel-opened, channel-closed etc

t-bast added a commit that referenced this issue Sep 22, 2020
Send basic channel events to websockets listeners:

* Channel open initiated
* Channel state change
* Channel closed

We only send basic, high-level data about these events.
If the listener is interested in details, it should call the `channelInfo`
API to get all of the channel's data.

Fixes #1509
t-bast added a commit that referenced this issue Sep 28, 2020
Send basic channel events to websockets listeners:

* Channel open initiated
* Channel state change
* Channel closed

We only send basic, high-level data about these events.
If the listener is interested in details, it should call the `channelInfo`
API to get all of the channel's data.

Fixes #1509
@tim2CF
Copy link
Author

tim2CF commented Sep 28, 2020

Cool, thanks Bastien!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants