Ding

Results 7 comments of Ding

Just some personal experience which might be helpful. My setup: MX Master 3 + VS Code 1.62.3 (user setup) + Chrome 95.0.4638.69. I had a application-specific profile in logitech options...

This is a single client disconnecting and reconnecting. If sending string/dict instead of bytes, when the broken message is received, the server raises an error: "json.decoder.JSONDecodeError: Unterminated string starting at:...

![image](https://user-images.githubusercontent.com/5783701/67460187-a64b4e80-f63a-11e9-8052-952044bdd402.png)

I tested on both a pc with Windows 7 and another pc with Ubuntu and saw similar behavior. Both systems are running python 3.6.

Sorry I did not make myself clear when I say there's a single client disconnecting and reconnecting. There's no "automatic" reconnection. I was manually restarting the client. Anyways, I think...

I made the same test on a Macbook today and got the same problem (dropping messages after cropping one message). With several rounds of restarting of the client (always sending...

What I've also noticed is that this problem happens only for an async server (with aiohttp). With a synchonous server (e.g. eventlet), messages are not dropped.