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
In Java version of the lib they're static. Is there a reason these event listeners are not static?
When they're not static it can lead to a data race when bridge is created because we cannot set any listeners until we have an instance of it. And we cannot populate a device list outside of the lib before we have an instance either.
The text was updated successfully, but these errors were encountered:
In Java version of the lib they're static. Is there a reason these event listeners are not static?
When they're not static it can lead to a data race when bridge is created because we cannot set any listeners until we have an instance of it. And we cannot populate a device list outside of the lib before we have an instance either.
The text was updated successfully, but these errors were encountered: