add message type to channel descriptor

This commit is contained in:
William Banfield
2022-10-19 21:21:58 -04:00
parent 1919727904
commit 396e3d80ac
6 changed files with 7 additions and 0 deletions
+1
View File
@@ -184,6 +184,7 @@ func (r *Reactor) GetChannels() []*conn.ChannelDescriptor {
Priority: 1,
SendQueueCapacity: 10,
RecvMessageCapacity: maxMsgSize,
MessageType: &tmp2p.Message{},
},
}
}