You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Task finished name='Task-7' coro=<Controller.msg_out_event_handler() done, defined at /usr/local/lib/python3.9/dist-packages/kytos/core/controller.py:607> exception=DeprecationWarning("Using sendall() method on sockets returned from get_extra_info('socket') will be prohibited in asyncio 3.9. Please report your use case to bugs.python.org.")>,
kytos $> controller._tasks[4].get_stack()
Out[174]:
[<frame at 0x5432670, file '/usr/local/lib/python3.9/dist-packages/kytos/core/controller.py', line 640, code msg_out_event_handler>,
<frame at 0x538cf70, file '/usr/local/lib/python3.9/dist-packages/kytos/core/connection.py', line 97, code send>,
<frame at 0x7faf04e54040, file '/usr/lib/python3.9/asyncio/trsock.py', line 150, code sendall>,
<frame at 0x7faf04e54cf0, file '/usr/lib/python3.9/asyncio/trsock.py', line 20, code _na>]
However this part has been refactored and this warning has been mitigated on recent PRs when python was upgraded to 11, following std lib docs. Nevertheless, I'll leave this issue open, let's try to exercise switches connection/disconnection more.
The text was updated successfully, but these errors were encountered:
This has been caught in prod on May 22, 2024:
However this part has been refactored and this warning has been mitigated on recent PRs when python was upgraded to 11, following std lib docs. Nevertheless, I'll leave this issue open, let's try to exercise switches connection/disconnection more.
The text was updated successfully, but these errors were encountered: