Improve library
This commit is contained in:
@@ -11,6 +11,5 @@ const MESSAGE_TYPE = numberToUint16BE(MessageTypes.Keepalive);
|
||||
export function packKeepaliveMessage(): Uint8Array {
|
||||
return packOutgoingPacket({
|
||||
messageType: MESSAGE_TYPE,
|
||||
data: new Uint8Array(0),
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user