This call here was also spawning an extra thread since it's already being called from a listen_to handler. In the future, we might introduce more async methods and tasks, for now it's probably not worth on this part considering the efforts on refactoring tests too.
Fixes #72
This call here was also spawning an extra thread since it's already being called from a
listen_to
handler. In the future, we might introduce moreasync
methods and tasks, for now it's probably not worth on this part considering the efforts on refactoring tests too.