Lars Benner
Lars Benner
I started porting blackhole to Windows respectively Visual Studio 2017 and came also across the gmtime_r and localtime_r functions spread across the source code. My best guess is that gmtime_r...
@3Hren: I pushed [my changes](https://github.com/Maturin/blackhole/commit/9346ccd5bac01f768b533032b5786b1d4c7a2725) to my repo. It would be great, if you could already a look at it. Primary what is left do are some cleanups. Especially I...
This pull request contains the version number bump to 10.1 for websocket, which is necessary to run the library with Python 3.10, which is the new default version on Ubuntu...
This pull request has to be merged with PR #136.
This pull requested needs to be merged with PR #135.
I am not an expert of the async Python programming myself. I believe it might be possible to get an event loop and use that. But that is basically, what...