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
We ran into an issue that all available cells are not of type
"NoneConnection" (available, but not connected), but of type
"SecondaryConnection" which made the being identified as
connected.
Fix this by checking for "PrimaryConnection" type instead
of checking for "not NoneConnection".
A similar issue war reported to netmonster-core before:
mroczis/netmonster-core#53
0 commit comments