mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-05-30 06:22:15 +00:00
perf[protocol]: 支持TypeScript
This commit is contained in:
@@ -723,8 +723,8 @@ const ByteBuffer = function() {
|
||||
};
|
||||
|
||||
this.writeLongSet = function(set) {
|
||||
if (array === null) {
|
||||
set.writeInt(0);
|
||||
if (set === null) {
|
||||
this.writeInt(0);
|
||||
} else {
|
||||
this.writeInt(set.size);
|
||||
set.forEach(element => {
|
||||
|
||||
Reference in New Issue
Block a user