This commit is contained in:
Bar Harel 2025-12-23 01:16:48 -05:00 committed by GitHub
commit 378f73a64a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -524,7 +524,7 @@ class BaseManager(object):
else:
raise ProcessError(
"Unknown state {!r}".format(self._state.value))
return Server(self._registry, self._address,
return self._Server(self._registry, self._address,
self._authkey, self._serializer)
def connect(self):