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

Use a single edge WebSocket per placeos-core node #244

Open
github-actions bot opened this issue Mar 5, 2022 · 0 comments
Open

Use a single edge WebSocket per placeos-core node #244

github-actions bot opened this issue Mar 5, 2022 · 0 comments

Comments

@github-actions
Copy link

github-actions bot commented Mar 5, 2022

Currently, a single WebSocket per edge on a core is opened.
These connections can be multiplexed netting a small perf boost.

# Edge Connection Management
#
# Handles the websocket proxy between Edge and Core
#
# TODO: Use a single socket per core
class Edges::ConnectionManager

@github-actions github-actions bot added the todo label Mar 5, 2022
@caspiano caspiano changed the title Use a single socket per core Use a single debug WebSocket per placeos-core node Mar 5, 2022
@caspiano caspiano changed the title Use a single debug WebSocket per placeos-core node Use a single edge WebSocket per placeos-core node Mar 5, 2022
@caspiano caspiano removed their assignment Mar 5, 2022
@caspiano caspiano added the type: enhancement new feature or request label Mar 5, 2022
@caspiano caspiano added priority: medium type: enhancement new feature or request and removed type: enhancement new feature or request labels May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant