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

LUBE: Sending to the server right before disconnect causes issues #16

Open
videah opened this issue Feb 17, 2015 · 3 comments
Open

LUBE: Sending to the server right before disconnect causes issues #16

videah opened this issue Feb 17, 2015 · 3 comments

Comments

@videah
Copy link

videah commented Feb 17, 2015

Calling client:send() right before client:disconnect() causes the handshake to appear in the message from client:send().

For example, if the handshake was "123":

client:send("Testing")
client:disconnect()

What should be received:
"Testing"

What is actually received:
"Testing123-"

Because of this, the client isn't properly disconnected either.

@bartbes
Copy link
Owner

bartbes commented Feb 21, 2015

Thanks for reporting, I know what the problem is, but it's going to take a bit until I can get around to fixing it.

@videah
Copy link
Author

videah commented Jun 21, 2015

Any update on when this will get fixed?

@bartbes
Copy link
Owner

bartbes commented Jun 22, 2015

I did some work today implementing the lubeClient and lubeServer, they're a tad above udp, and it shouldn't have these issues. I've not tested it much, so it might break randomly, but you could give it a try, if you want to.

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