Closed bits-n-pieces-ch closed 3 hours ago
in the example start_stop_counter.py I get a warning:
DeprecationWarning: There is no current event loop asyncio.get_event_loop_policy().get_event_loop().create_task(counter())
I belive it is in conjuntion with Python 3.13
I'll check this after Python 3.13.1 release (~ December 2024)
Actually, it shows the warning on Python 3.12 too. I'll just update the example.
Fixed in #128
in the example start_stop_counter.py I get a warning:
DeprecationWarning: There is no current event loop asyncio.get_event_loop_policy().get_event_loop().create_task(counter())
I belive it is in conjuntion with Python 3.13