Miguel Grinberg
Miguel Grinberg
Hi, thanks for this. There's two problems: 1. Your solution is not robust enough. It should handle random disconnects and retries. See the Redis implementations to have an idea of...
Are all these `connect` messages other clients that you have? Or is the one client disconnecting and reconnecting? Any errors or stack traces in the log?
I cannot reproduce your error here. On my system all the packets arrive with a 40000 size payload. What OS is this? I'm doing it on a Mac.
I think this is probably a limitation of the network stack. You are sending 40000 x 20 = 800000 bytes all at about the same time. When the connection cannot...
This error is new, it was released yesterday. My guess is that your previous tests on Windows and Ubuntu were using an older release that didn't have this check in...
@simplyrohan you can't use `input()` in an async program. That is a blocking function.
Hey, it seems you inadvertently omitted some information that is required when you file a bug. For your convenience, here is the details that you missed. Please provide these and...
Thanks. There are a few other sections in which I have never written the "and this also works for namespaces" bit. In part it was intentional, because for 99% of...
You haven't provided a server to go with this client. Using one of the server examples in this repository, I do not see any errors.
This is strange. I can't reproduce the problem here.