kytos-ng / of_core

Kytos Main OpenFlow Network Application (NApp)
MIT License
0 stars 5 forks source link

[Fix] Extracted request_flow_list for testability #73

Closed viniarck closed 2 years ago

viniarck commented 2 years ago

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 more async methods and tasks, for now it's probably not worth on this part considering the efforts on refactoring tests too.

viniarck commented 2 years ago

Thanks for reviewing and reporting the original issue, Italo.