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

Allows a custom websocket address to be specified #23

Open
RiccardoM opened this issue Aug 20, 2021 · 0 comments
Open

Allows a custom websocket address to be specified #23

RiccardoM opened this issue Aug 20, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@RiccardoM
Copy link
Contributor

Feature description

Currently the websocket endpoint is computed as <rpc.address>/websocket, however this might be reductive for some cases where people want to specify a custom websocket endpoint.

Implementation proposal

We can add a new field to the rpc section:

[rpc]
addres = ""
websocket = ""

If websocket is specified, use that one. Otherwise, use rpc.address/websocket as the websocket endpoint.

@RiccardoM RiccardoM added the enhancement New feature or request label Aug 20, 2021
@RiccardoM RiccardoM self-assigned this Aug 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant