Issue with sending or receiving message with newlines #18
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Can be reproduced by running
test_client.lua
replacing the first message with a message containing newlines that is longer than the second message. The received message by the server has some junk after it sometimes and the first message will bleed into the second message3d3155fc46
Caused because I assumed recvfrom() placed the nullbyte, it does not causing junk to be displayed.