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 support #22

Open
martyall opened this issue Aug 20, 2018 · 0 comments
Open

Websocket support #22

martyall opened this issue Aug 20, 2018 · 0 comments

Comments

@martyall
Copy link

Here is the api documentation https://github.com/ethereum/go-ethereum/wiki/RPC-PUB-SUB

I have a feeling that this is going to end up looking something like multifilters because we only want to have one websocket connection open in order to be able to hook up arbitrary event monitors, which means somehow the type of the websocket is going to carry some open sum variant of all the possible messages which can come through.

I'm open to the design and discuss what the types might look like, but fair warning that this one is probably hard.

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

No branches or pull requests

1 participant