Introduce Channel/Overlay Mappings #549

Merged
sarah merged 4 commits from overlays into master 2024-02-11 23:11:00 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 826ac40a5c - Show all commits

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
}
}