mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-30 12:02:53 +00:00
pubsub implements service.OnReset (#156)
This commit is contained in:
committed by
Anton Kaliaev
parent
26f2ab65f8
commit
066fe82a92
@@ -209,6 +209,11 @@ func (s *Server) OnStart() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// OnReset implements Service.OnReset
|
||||
func (s *Server) OnReset() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (s *Server) loop(state state) {
|
||||
loop:
|
||||
for cmd := range s.cmds {
|
||||
|
||||
Reference in New Issue
Block a user