mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 04:01:55 +00:00
Reactors can be stopped or started at any time.
This commit is contained in:
@@ -468,6 +468,7 @@ type Channel struct {
|
||||
}
|
||||
|
||||
func newChannel(conn *MConnection, desc *ChannelDescriptor) *Channel {
|
||||
desc.FillDefaults()
|
||||
if desc.Priority <= 0 {
|
||||
panic("Channel default priority must be a postive integer")
|
||||
}
|
||||
|
Reference in New Issue
Block a user