Преглед на файлове

check for connection mq connection open

abhishek9686 преди 1 година
родител
ревизия
13b11033b0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      mq/mq.go

+ 1 - 1
mq/mq.go

@@ -126,7 +126,7 @@ func Keepalive(ctx context.Context) {
 
 // IsConnected - function for determining if the mqclient is connected or not
 func IsConnected() bool {
-	return mqclient != nil && mqclient.IsConnected()
+	return mqclient != nil && mqclient.IsConnectionOpen()
 }
 
 // CloseClient - function to close the mq connection from server