John Lage
John Lage
You are not running the asyncio branch.
That could work fairly well, although another possible solution/debugging tool could be having an option to dump raw io to stdout/a log file. I currently am using a small wrapper...
Ah, good to know that is a thing that exists.
Actually, referencing that RFC it says "A PING message is sent at regular intervals if no other activity detected coming from a connection." I found this problem while connected to...
Oh I just realized that the problem I was experiencing may not be solved by the fix you proposed, because the timeout was on pydle's side, not on the serverside...
It seems that (at least on Mac) "No route to host" is raised as an OSError. TimeoutError extend OSError, so that shouldn't make too much of a difference. Anyway, a...
I should probably note that if a TimeoutError occurs while in the main handle_forever() loop, that catching things in the connect() function will not help much.
It might be a good idea when building this to include some kind of callback in case of an error which also passed the exception/error object, for example, I am...
Ok, Thanks. janandjohn3 (johnlage on IRC)