removed OnCreated event.

This commit is contained in:
Miroslav Šedivý
2020-11-30 18:52:16 +01:00
parent 743ab2bf6a
commit 753fb01955
5 changed files with 2 additions and 22 deletions

View File

@ -46,7 +46,6 @@ type SessionManager interface {
OnHost(listener func(session Session))
OnHostCleared(listener func(session Session))
OnCreated(listener func(session Session))
OnConnected(listener func(session Session))
OnDisconnected(listener func(session Session))