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

Websocket channels read only #12

Open
tylerwince opened this issue Mar 18, 2018 · 0 comments
Open

Websocket channels read only #12

tylerwince opened this issue Mar 18, 2018 · 0 comments

Comments

@tylerwince
Copy link
Member

The current websockets expose a bidirectional channel that is not needed (since there is nothing listening on the other end).

I propose we change this to a read-only channel return <- chan and expose this to the user -- this has the added benefit of making the API harder to misuse

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

No branches or pull requests

1 participant