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

Can I use it for production? #65

Closed
tausifcreates opened this issue Aug 12, 2023 · 3 comments
Closed

Can I use it for production? #65

tausifcreates opened this issue Aug 12, 2023 · 3 comments
Labels
question Further information is requested

Comments

@tausifcreates
Copy link
Contributor

I am building a axum server and want to use your socketio library. Is it safe to use this in production?

@Totodore
Copy link
Owner

Clearly no, it needs some testing to be really safe and also future versions. v0.0.3 has currently some bugs (see #64) (already fixed on main though)
If you want to use it and see what is wrong so you could report errors, it would be great. But don't use this if you wan't something really stable.

@Totodore Totodore added the question Further information is requested label Aug 13, 2023
@tausifcreates
Copy link
Contributor Author

Thanks for your response. I see a planned feature of "State recovery when a socket reconnects". How vulnerable a production server is without it?

@Totodore
Copy link
Owner

It is not the main problem, the state recovery is a feature that is currently not implemented but the main problem is unhandled panics or protocol/security concerns

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants