This repository has been archived by the owner on Nov 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Broker exits when subscriber disconnected #14
Comments
Looks like that final exception is a bug in asyncscope which was fixed in a recent revision. But even manually installing that newer version, I still get an exception when the subscriber disconnects:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When a subscriber disconnects from the broker, the following error appears and the broker exits completely. This is distmqtt==0.35.2, anyio==3.6.1 running on Python 3.8 on Windows. I'm not sure which are expected exceptions and which are actual errors. Maybe it's that one right at the end:
anyio.DeprecatedAwaitable
seems to be an internal API, maybe it was exposed on an older version of anyio by accident and not recent versions?The text was updated successfully, but these errors were encountered: