When connecting to the server socket send the state right away

This commit is contained in:
Dane Everitt
2019-05-27 16:58:05 -07:00
parent c943246e33
commit 7b1ebd790d
2 changed files with 6 additions and 6 deletions

View File

@@ -255,4 +255,4 @@ func (s *Server) SetState(state string) error {
// then crashed.
return nil
}
}