-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ScopedEventBus serializable problem #324
Comments
Emmenemoi
changed the title
EventBus serializable
EventBus (ScopedEventBus) serializable
Jan 15, 2020
Emmenemoi
changed the title
EventBus (ScopedEventBus) serializable
ScopedEventBus serializable problem
Jan 15, 2020
Would it be a solution ?
|
@peholmst Hey Petter, is your side project applicable for BFP? We currently ran into the same issue using your eventbus addon in one of our applications (V8 + addon 2-0-0). |
I'll add a pull request, the idea is here but it needs testing |
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ListenerCollection implements Serializable but not WeakHashMap.
As a consequence ListenerCollection is NOT Serializable because of weakListeners property.
The text was updated successfully, but these errors were encountered: