Ziloka

Results 35 comments of Ziloka

I need to add a fix . I don't think this works just yet, sorry

The program stops hanging but it is slow. Python 3.11 and python 3.12 will work but it will have (deprecation?) warnings about Transport Sockets. Note that I only tested the...

I am unable to convert this into a "ready" pull request

We might want to look into this issue https://github.com/aiortc/aioquic/issues/289

This pull request does not resolve the serve issue. To fix that issue, I believe it is necessary to migrate from asyncio to trio. See this [stackoverflow comment](https://stackoverflow.com/a/63861479) for my...

my guess is that you would need to use `asyncio.new_event_loop()` instead of `asyncio.get_event_loop()`. But instead of guessing, giving a minimally reproducible example would be more beneficial.

yes https://github.com/bluet/proxybroker2/pull/147#issuecomment-1899611216 it is the only workaround for now

Please look at this [example](https://github.com/bluet/proxybroker2/blob/ad18be4fdf329d0cfa4058b19848b531f1b8d568/examples/basic.py)