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

Add some channel events to websocket #1536

Merged
merged 1 commit into from Sep 28, 2020
Merged

Add some channel events to websocket #1536

merged 1 commit into from Sep 28, 2020

Conversation

t-bast
Copy link
Member

@t-bast t-bast commented 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

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 t-bast merged commit 42481c6 into master Sep 28, 2020
@t-bast t-bast deleted the channel-ws-events branch September 28, 2020 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Channel related WS events
2 participants