Closed fergusonm closed 3 years ago
Since the socket object is initialized in the connect method this PR fixes a crash by adding a null check in case isConnected is called before the first connection is established.
socket
connect
isConnected
Since the
socket
object is initialized in theconnect
method this PR fixes a crash by adding a null check in caseisConnected
is called before the first connection is established.