kazoo
kazoo copied to clipboard
fix command just recv 8K
Fixes #
Why is this needed?
sock.recv(8192) recv byte 8K, Can not be modified,there will be data loss
Hmm, the description of the problem makes sense, I haven't dug into lower level networking code in a while, so not sure if this is the best way to solve or if this should be fixed through an OS-level config, or if 8k is python's default regardless of the OS setting...
Regardless, now that #716 landed, can you rebase this to see what CI thinks?