Находки в опенсорсе: Python
@opensource_findings_python
697
subscribers
2
photos
69
links
Легкие задачки в опенсорсе из мира Python
Чат:
@opensource_findings_chat
Download Telegram
Join
Находки в опенсорсе: Python
697 subscribers
Находки в опенсорсе: Python
https://github.com/ag2ai/faststream/issues/2303
#faststream
GitHub
feature: RMQ reply-to explicit exchange · Issue #2303 · ag2ai/
faststream
We should provide users with the ability to choose an exchange on the publisher's side to publish reply message. Currently RabbitBroker().publish(..., reply_to="queue-name") supports ...
Находки в опенсорсе: Python
https://github.com/ag2ai/faststream/issues/2305
#faststream
GitHub
Bug:
Faststream
does not handle exception in ASGI startup lifespan correctly · Issue #2305 · ag2ai/
faststream
Describe the bug When running the ASGI application and the startup failed, the server will hang forever until you press CTRL+C. I think this behaviour is unintentionally and also is different to ho...