-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
buffering go-msgio breaks the protocol #1304
Comments
On Fri, May 29, 2015 at 02:43:33PM -0700, Jeromy Johnson wrote:
It's not likely to be the cause of your problem, but you're not Other than that, this looks innocuous to me. Not sure why it's |
@whyrusleeping what is being output by the node? run two of them (one new, one old) and then |
This was referenced Jun 3, 2015
This has been fixed in 0.4.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was playing around with improving performance over the network and decided to reduce the number of write syscalls we made, so i did the following patch:
It writes the data to a buffer, then dumps that buffer to the intended writer. (i know i could have used a bufio.Writer but when have i ever done things the easy way). After this patch, i cannot connect to any other node.
The text was updated successfully, but these errors were encountered: