Serpens66

Results 8 issues of Serpens66

Hello, thanks for your work ;) I'm using websockets as a client and would like to keep an eye on latency. Your documentation says this: https://websockets.readthedocs.io/en/stable/topics/timeouts.html?highlight=timeout#latency-issues So clients should directly...

enhancement

For more complex mods (with more than one xml file), I would suggest mod-configuration. For example a mod that changes Item/goods prices. A perfect modsetting would be to allow the...

Currently, if the ping_intervall is 25 seconds and the "asyncio.wait_for" in keepalive_ping takes for whatever reason 10 seconds, it results in a timeframe of 35 seconds with no new ping...

enhancement

Hi, thanks for your work :) would it be possible to add a new function to the SortedDict (and therefore also SortedList) which sets a key a new value and...

Hi, I would like to use input/ainput for debugging purpose. So I start my python script in the console. And to use input I currently start a thread which simply...

xmltest currently gives no warning when mod changes are not applied when using "merge", while the order of nodes does not match the original order (resulting in not applying changes).

Hi :) thank you for your work, it looks interesting. Unfortunately I'm no programmer, so understanding anything from your work by looking at the code is not possible for me...

I'm trying to run the sample code from bittrex, which uses your library: https://bittrex.github.io/api/v3#topic-Example-Socket-Clients But I get this error: TypeError: As of 3.10, the *loop* parameter was removed from Queue()...