Yuriy Kehter
Results
2
issues of
Yuriy Kehter
**Describe the bug** Changes made in #248 break the async `response_handler` callback behavior. **To Reproduce** Define asynchronous response handler: ```python @uplink.response_handler async def custom_response_handler(response): return "result" ``` Define consumer method...
Needs Maintainer Input
Fixes #256. Changes proposed in this pull request: - Fix `threaded_callback` to work with async callbacks. This restores behavior that was changed in v0.9.6 ([#248](https://github.com/prkumar/uplink/pull/248)). Attention: @prkumar