implemented chunked broadcast of updates
This commit is contained in:
@@ -8,6 +8,10 @@ export class BinaryEncoder {
|
||||
this.data = []
|
||||
}
|
||||
|
||||
get length () {
|
||||
return this.data.length
|
||||
}
|
||||
|
||||
get pos () {
|
||||
return this.data.length
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user