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 have this:
config = { "listeners": { "default": { "type": "tcp", "bind": f"127.0.0.1:{port}", } }, "sys_interval": 10, "auth": { "allow-anonymous": True, "plugins": ["auth_anonymous"], }, "topic-check": {"enabled": False}, } brk = Broker(config) await brk.start() await asyncio.sleep(600) # just for test
When trying to connect to my broker, I only run into timeouts.
What am I missing?
The text was updated successfully, but these errors were encountered:
This should work, please try with the newest version if you still encounter the issue: https://pypi.org/project/amqtt/0.11.0b1/
Sorry, something went wrong.
No branches or pull requests
I have this:
When trying to connect to my broker, I only run into timeouts.
What am I missing?
The text was updated successfully, but these errors were encountered: