Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/common/mqtt5_packet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ export interface ConnectPacket extends IPacket {
*
* See [MQTT5 Keep Alive](https://docs.oasis-open.org/mqtt/mqtt/v5.0/os/mqtt-v5.0-os.html#_Toc3901045)
*/
keepAliveIntervalSeconds: number;
keepAliveIntervalSeconds: 30; // This is required, not optional

/**
* A unique string identifying the client to the server. Used to restore session state between connections.
Expand Down