Improve library

This commit is contained in:
2025-09-06 18:50:08 +01:00
parent 02c9cfdabc
commit dd8e6ee49f
7 changed files with 31 additions and 22 deletions

View File

@@ -11,6 +11,5 @@ const MESSAGE_TYPE = numberToUint16BE(MessageTypes.Keepalive);
export function packKeepaliveMessage(): Uint8Array {
return packOutgoingPacket({
messageType: MESSAGE_TYPE,
data: new Uint8Array(0),
});
}