Eelco
Eelco
The prebuild binaries are tiny compared to visual studio. You can check their size in the build folder after install. I think the suffix is ‘.node’
Sort off. It just something that needs to be configured but its currently not on my priority list.
Sure, that would work but I see numerous problems. First of all it is just annoying and error prone to have to manually do this every release. It is not...
By the way, the module does not have a dependency of node-gyp. It needs to be present to be able to build. It is present on the CI servers. The...
Yes this is already done after each commit to this repository. All platforms are being build against a selected set of nodejs to check whether the commit introduced a build...
Thank you for the report. I’m glad you figured out a solution. There should definitly be a handler for that error.
You are right there are similarities. There are also some differences however. One noticeable difference is that Smudge uses only `udp` messages where serf may use `tcp` as well.
Thanks. As an addition. I've noticed that the background traffic is less effected there are less out-of-order packets being buffered: ```golang // Maximum out-of-order packets to buffer. maxUnackedInbound = 64...
I did some further investigation and added some counters to see how many packets are received and how many of those are duplicates. I noticed that my hack in `applyAcks`...
Another update. I do not think that both hacks from the initial post fix the root cause of this problem. My current theory is that the initial sending of the...