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

Implement WS backend #38

Closed
ksysoev opened this issue May 1, 2024 · 1 comment
Closed

Implement WS backend #38

ksysoev opened this issue May 1, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@ksysoev
Copy link
Owner

ksysoev commented May 1, 2024

It could be quite useful feature, especially for cases of migration to new ws gateway to forward old requests as is to another ws server.

Such backend should provide connections pooling and propagate connections states to upstream connections.

Also, it could be useful if client drop connection to have possibility to clear connection state and return it back to the pool

@ksysoev ksysoev added the enhancement New feature or request label May 1, 2024
@ksysoev ksysoev added this to the 0.2.0 milestone May 1, 2024
@ksysoev ksysoev self-assigned this May 3, 2024
@ksysoev
Copy link
Owner Author

ksysoev commented May 12, 2024

implemented in #42

@ksysoev ksysoev closed this as completed May 12, 2024
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