PabloZ

Results 2 issues of PabloZ

Hello, i opened 3-4 days ago an [issue](https://github.com/LonamiWebs/Telethon/issues/3868) regarding update events not coming in consistently. I tried installing the branch as you advised me to do, but it only got...

I tried the quickstart snippet on the readme: ```py import asyncio from proxybroker import Broker async def show(proxies): while True: proxy = await proxies.get() if proxy is None: break print('Found...