Ziloka

Results 35 comments of Ziloka

oh i forgot, my pull request haven't been merged yet. PR #147 will fix this.

add the following code after you import asyncio ``` if sys.platform == 'win32': asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy()) ```

This is related to #118.

> aligning the development setting can boost the community's efficiency. I agree

However after digging through python a bit more (I'm not an experienced python developer). I found it that devcontainers are a bit heavy, and requires developers to install docker. A...

hm I can't seem to reproduce this on linux.. not sure if it would matter [proxybroker2_logs.txt](https://github.com/bluet/proxybroker2/files/10462100/proxybroker2_logs.txt)

I found a solution to this. The issue is relating to aiodns not really being maintained anymore. The last time the source code was updated was 2 years ago. I...

> Seems like aiodns' back in the game > https://github.com/saghul/aiodns/tags yes, I updated the pull request just to update aiodns and aiohttp dependencies. just need to fix a unit test...

This is related to #82