chore: refactor listen_to
handler as alisten_to
and make POST v3/
async
#57
Labels
listen_to
handler as alisten_to
and make POST v3/
async
#57
There's opportunity in the future to refactor the current decorated
on_topology_event handler
withalisten_to
instead, and then also make thePOST v3/
endpoint async, the main benefit would also be able to remove theself._lock
since we wouldn't have tasks yields happening, while also being having liighter handlers, the roadblock to address this chore here is also refactor the unit tests issue #50 to be async compatible, until we get there, in the meantime, it's easier to leveragedynamic_single
thread mode onlisten_to
instead kytos-ng/kytos#399.The text was updated successfully, but these errors were encountered: