network: stub "StateService" payloads out for now
And stop dropping connections if we're to receive them. Proper handling is subject of #1701, but we need at least some connection-level stability for now.
This commit is contained in:
parent
686f983ccf
commit
a87b8578b2
1 changed files with 1 additions and 0 deletions
|
@ -804,6 +804,7 @@ func (s *Server) handleExtensibleCmd(e *payload.Extensible) error {
|
|||
switch e.Category {
|
||||
case consensus.Category:
|
||||
s.consensus.OnPayload(e)
|
||||
case "StateService": // no-op for now
|
||||
default:
|
||||
return errors.New("invalid category")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue