Remove buffer dependency
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export const MAX_DATA_LENGTH = 1000
|
||||
|
||||
export const DEFAULT_KEY = Buffer.alloc(16)
|
||||
export const DEFAULT_KEY = new Uint8Array(16)
|
||||
|
||||
export enum MessageTypes {
|
||||
Subscribe = 0x0000,
|
||||
|
||||
Reference in New Issue
Block a user