Error on bad registry pops

stream_contexts
Tyler Goodlet 2021-04-28 11:38:55 -04:00
parent 83af295b45
commit 86fc418050
1 changed files with 1 additions and 1 deletions

View File

@ -1093,4 +1093,4 @@ class Arbiter(Actor):
event.set()
async def unregister_actor(self, uid: Tuple[str, str]) -> None:
self._registry.pop(uid, None)
self._registry.pop(uid)