Stream check in engine
continuous-integration/drone/pr Build is pending Details

This commit is contained in:
Sarah Jamie Lewis 2024-02-11 14:45:11 -08:00
parent 1a034953df
commit 826ac40a5c
1 changed files with 1 additions and 1 deletions

View File

@ -754,7 +754,7 @@ func (e *engine) handlePeerMessage(hostname string, eventID string, context stri
// later on...we still want to ack the original send...(as some "malformed" messages
// may be future-ok)
if cm, err := model.DeserializeMessage(string(message)); err == nil {
if cm.Overlay > 1024 && cm.Overlay&0x7 == 0x7 {
if cm.IsStream() {
return
}
}