Gujiawei-Edinburgh commented on issue #212: URL: https://github.com/apache/bifromq/issues/212#issuecomment-3682470895
> 咨询一下 1、设备在线 EventType = CLIENT_CONNECTED , 2、对应的设备 离线 是 哪一种 EventType ? Suppose you are using v3.3.5. `ClientConnected` is the event that indicates a client has successfully connected to the BifroMQ system. Client disconnection events are represented by subclasses of `ClientDisconnectEvent`. If a client proactively sends a `DISCONNECT` message, the corresponding event type is `ByClient`. In addition, BifroMQ defines different disconnection event types based on the underlying reason (for example, `BadPacket`, `Kicked`, etc.), which can be helpful for diagnosing and debugging connection issues. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
