From 73cd6d52da3691c74ec30a41aa7ef3b0aa1b19d0 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 8 Aug 2024 11:05:51 -0400 Subject: [PATCH] Remove spurious reintroduction of select to slp --- confluent_server/confluent/discovery/protocols/slp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/confluent_server/confluent/discovery/protocols/slp.py b/confluent_server/confluent/discovery/protocols/slp.py index 75d977fc..94b8b5bc 100644 --- a/confluent_server/confluent/discovery/protocols/slp.py +++ b/confluent_server/confluent/discovery/protocols/slp.py @@ -488,7 +488,6 @@ async def snoop(handler, protocol=None): while True: try: newmacs.clear() - r, _, _ = select.select((net, net4), (), (), 60) # clear known_peers and peerbymacaddress # to avoid stale info getting in... # rely upon the select(0.2) to catch rapid fire and aggregate ip