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
4.0.2 - Bug Fix
Fixed a bug in `EventThread` for method `removeEventCallback` where it was declared with an incorrect parameter type for `forEventType`.
Opened necessary methods for overriding
Annoying Library-use issues in Swift.
Methods which must be overridden or invoked from inheriting classes, where the base comes from a Library, must be marked `open` as `internal` become frustratingly inaccessible.