From time to time I get the following message with asyncio debug on:
2021-10-07 21:05:22,047 - WARNING - asyncio: Executing <TimerHandle when=1265.868092168 _ServiceBrowserBase._async_send_ready_queries_schedule_next() created at /home/dominikkarall/.local/lib/python3.7/site-packages/zeroconf/_services/browser.py:488> took 0.247 seconds
2021-10-07 21:05:22,262 - WARNING - asyncio: Executing <TimerHandle when=1266.114710128 _ServiceBrowserBase._async_send_ready_queries_schedule_next() created at /home/dominikkarall/.local/lib/python3.7/site-packages/zeroconf/_services/browser.py:488> took 0.137 seconds
Could it be that there is some blocking code within that function?
From time to time I get the following message with asyncio debug on:
Could it be that there is some blocking code within that function?