artas728

Results 8 issues of artas728

When I mistakenly use function instead coroutine, I got salient error ``` @app.listen("some.publish.subject") async def receive_messages(msg): log.warning(f"got subject {msg.subject}") log.warning(f"got message {msg.data}") @app.listen("some.request.subject") async def receive_messages(msg): return {'success': True, "data":"some...

bug

Implement as built-in middleware

new feature

How to deliver it?

enhancement
discussion required