kazoo icon indicating copy to clipboard operation
kazoo copied to clipboard

fix command just recv 8K

Open yyfyfyang opened this issue 2 years ago • 1 comments

Fixes #

Why is this needed?

sock.recv(8192) recv byte 8K, Can not be modified,there will be data loss

yyfyfyang avatar Mar 29 '23 06:03 yyfyfyang

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?

jeffwidman avatar Apr 24 '23 19:04 jeffwidman