diff --git a/client.go b/client.go index 619677c7..f31cf9c9 100644 --- a/client.go +++ b/client.go @@ -10,6 +10,7 @@ type Client interface { Start() StartTLS(*tls.Config) error Close() + IsClosing() bool SetTimeout(time.Duration) Bind(username, password string) error