Mark Parker
Mark Parker
[I fixed it by setting poolclass=NullPool in create_async_engine](https://stackoverflow.com/a/73485900/11677524)
[I fixed it by setting poolclass=NullPool in create_async_engine](https://stackoverflow.com/a/73485900/11677524)
Looks like @OvyFlash has picked up the baton: [OvyFlash/telegram-bot-api](https://github.com/OvyFlash/telegram-bot-api)
I see there 3 options: 1. Handle exceptions inside func1 (func2) ```py async def func1(name: str): try: return {"message": f"Hello {name} form func1"} except: return {} # fallback value ......
I haven't tried adding a bot to a group, only in direct messages. Just mentioned features for improvements
Hey @lmore377! I use this library in my project and faced the same issue. I really want this pull request to be merged ASAP. What's left to do? Maybe I...
AFAICS this error is being handled and shouldn't cause a hard fail: ```rs if let Err(e) = session.dispatch(cmd, data) { debug!("could not dispatch command: {}", e); } ``` in `DispatchTask.poll`:...
@gokberkkocak images are 404
Hello, any updates? @kingosticks did you have a chance to take a look?