You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I created a server with about 15 clients, the server program was suspended after running for a period of time, and then after restarting the server, the client was disconnected after receiving the connection request, but the client printed no disconnection information, and only after the server was closed showed a disconnection.
Failure Information (for bugs)
When I created a server with about 15 clients, the server program was suspended after running for a period of time, and then after restarting the server, the client was disconnected after receiving the connection request, but the client printed no disconnection information, and only after the server was closed showed a disconnection.
Context
[2024-12-05T03:54:45Z ERROR rumqttd::router::routing] no-connection id 15 is already gone
[2024-12-05T03:54:46Z ERROR rumqttd::server::broker] remote_link; tenant_id=None
[2024-12-05T03:54:46Z ERROR rumqttd::server::broker] router-drop error=Recv(Disconnected)
[2024-12-05T03:54:46Z ERROR rumqttd::server::broker] remote_link; tenant_id=None
[2024-12-05T03:54:46Z ERROR rumqttd::server::broker] router-drop error=Recv(Disconnected)
[2024-12-05T03:54:47Z ERROR rumqttd::server::broker] remote_link; tenant_id=None
[2024-12-05T03:54:47Z ERROR rumqttd::server::broker] Disconnected!! error=Network(Io(Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" })
The text was updated successfully, but these errors were encountered: