You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a problem in Message::Message(Packet *packet, long int offset) when keyLength return -1; I try to fix that in my fork. Can you think over that?
The text was updated successfully, but these errors were encountered:
No, Fixed in v0.4.0 on issue #1 just avoid reading -1 buffer. But when produced message has no key, keyLength is -1, I found that Message::getWireFormatSize result missing 1, becasue "size += sizeof(int) + this->keyLength;"(Message.cpp:157), actully keyLenght should be 0, not -1.
There is a problem in Message::Message(Packet *packet, long int offset) when keyLength return -1; I try to fix that in my fork. Can you think over that?
The text was updated successfully, but these errors were encountered: