KiwiTalk / loco.rs

Loco Protocol Wrapper for Rust
Apache License 2.0
41 stars 5 forks source link

Fix: correct discriminant length to 11 #30

Closed kiwiyou closed 4 years ago

kiwiyou commented 4 years ago

loco-packet-writer와 다른 점이 있어 수정했습니다만...

let written = buffer.write(packet.PacketName, 6, 'utf8');
buffer.fill(0, 6 + written, 17);

여기서 PacketName 길이가 최대 11이 맞는지 잘 모르겠습니다.