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

Expression re-execution when a TCP connection is set up #80

Closed
Alexander-Vakushkin opened this issue Jan 13, 2016 · 2 comments
Closed

Comments

@Alexander-Vakushkin
Copy link
Contributor

When a TCP connection is being established to a port on which a slim server is running, that server re-executes its last script.
If I'm correct, this is due to an unchecked conversion of length field from UTF-8 string to int32 leading to incorrect message buffer clean-up. I made a simple fix for this issue (will post it in a moment).

@konstantinvlasenko
Copy link
Owner

@konstantinvlasenko
Copy link
Owner

Yes. I noticed this issue as well.
Thank you for the fix!

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

2 participants