Implement smart buffer

This commit is contained in:
Jack Hadrill
2022-02-02 01:58:55 +00:00
parent a93bfc182f
commit 7d1a0991e4
12 changed files with 1717 additions and 152 deletions

View File

@@ -1,3 +1,5 @@
export const MAX_DATA_LENGTH = 1000
export enum ByteLength {
UInt16 = 2,
UInt32 = 4