feat: avoid calling get_running_loop when resolving ServiceInfo by bdraco · Pull Request #1261 · python-zeroconf/python-zeroconf

@bdraco

At Home Assistant startup we have a thundering heard of ServiceInfos
being resolved. Avoid the get_running_loop() calls since it generates
os.getpid() syscalls

@bdraco