Matthew Roberts

Results 33 issues of Matthew Roberts

At the moment the software requires a lot of stuff to be manually specified. Particularly for routes -- it should use a default route if not manually specified. This will...

Pull and push style pipe usage uses a queue. If the queue fills up currently the event loop will keep reading from the socket. The software should use the pause...

1: /usr/sbin/route: No such file or directory /bin/sh: line 1: /usr/sbin/route: No such file or directory

https://github.com/jtriley/pystun/issues/19 I'm adding the issue again because IMO: its the highest priority.

Using a custom func to run async code that calls low-level functions means that async tasks arent properly cleaned up. It makes sense just to use asyncio.run where it exists...

The bind code for this is quite hacky tho it works for link-local, loopback, and global-scope. It seems like if you want to use other kinds of addresses setup for...

unsure if its a python version issue or changes have broken it todo: think of test templates to write and write them automate tests for the traversal strategies on different...

this has been a persistent issue -- somewhere in the code the sockets arent being closed properly. it seems to lead to socket exhaustion on windows 11 with selectors.

The client just tries the mqtt server offsets in order and assumes it supports the same address families that it does. The software should prioritize IPv4 servers if its duel-stack,...