artas728
Results
8
issues of
artas728
Supports only default data_type atm
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