-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
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
Network(KeepAlive(Elapsed(()))) Error #926
Comments
hey @srikruth-reddy-b , are you polling the eventloop in rumqttc? You must poll it to make progress, which also includes sending pings! Keep alive Elapsed error comes when client doesn't send ping requests within keepalive interval |
Yes @swanandx, iam polling the eventloop
|
can you please provide a minimal poc, if possible, along with versions of rumqttc & rumqttd you are using with config, thanks! |
|
Hello all,
I am facing an issue while trying to connect a rumqttc client (running on Windows) to a rumqttd MQTT broker (running on Linux). The connection attempt fails with the following error message:
Error while handling MQTT connect packet, error: Network(KeepAlive(Elapsed(())))
I have confirmed that both the client and broker are on the same local network.
I have tested multiple ports: 1883, 1884, and 8083 on the broker side, but the issue persists.
I also checked the firewall configurations on the Linux machine, and the necessary ports are open.
The text was updated successfully, but these errors were encountered: