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

Messages are unbounded size #66

Closed
UkoeHB opened this issue Jul 31, 2023 · 1 comment
Closed

Messages are unbounded size #66

UkoeHB opened this issue Jul 31, 2023 · 1 comment

Comments

@UkoeHB
Copy link
Collaborator

UkoeHB commented Jul 31, 2023

Messages store buffers with unbounded size. Since messages will be logged at log level trace, log files have potentially unbounded size even with only one server/client pair. I'm not sure if the websockets backend has size constraints, but if not it may be nice to add them in ezsockets.

@UkoeHB UkoeHB changed the title Close frames are unbounded size Messages are unbounded size Jul 31, 2023
@UkoeHB
Copy link
Collaborator Author

UkoeHB commented Aug 17, 2023

We are using the default message size constraints provided by tungstenite and axum configs.

@UkoeHB UkoeHB closed this as completed Aug 17, 2023
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