We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I received this error when I disconnected my charger while a message was still in process. @villekr This could be changed in the next version.
async def on_receive(self, *, message: str, context: RouterContext): router: Router = self.routers[context.subprotocol] try: await router.route_message(message=message, context=context) except: pass
The text was updated successfully, but these errors were encountered:
Fix error when charging station disconnects during on-going messaging #8
54b1211
This should be handled correctly in fix #11.
Sorry, something went wrong.
Merge pull request #11 from villekr/issue/8
ee0bc07
No branches or pull requests
I received this error when I disconnected my charger while a message was still in process.
@villekr This could be changed in the next version.
The text was updated successfully, but these errors were encountered: