Fix sessionManager destruction

This commit is contained in:
Hendrik Hofstadt 2018-09-08 20:28:12 +02:00
parent 692452fd03
commit 727a1c5fe5
1 changed files with 1 additions and 0 deletions

View File

@ -114,4 +114,5 @@ func (s *SessionManager) Destroy() {
for _, session := range s.sessions {
session.Close()
}
s.destroyed = true
}