pubsub implements service.OnReset (#156)

This commit is contained in:
Simon Vadée 2018-03-06 08:29:18 +01:00 committed by Anton Kaliaev
parent 26f2ab65f8
commit 066fe82a92
1 changed files with 5 additions and 0 deletions

View File

@ -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 {