You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The connected() function compares the internal ptr to null to see if it is connected, but ptr is initialized in init(...) which is called during construction.