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
Publisher has a list of listeners of the Reaction type (ie PartialFunction[Event, Unit]), but publishes events to all listeners, even if the Reaction is not defined for that value:
Publisher has a list of listeners of the Reaction type (ie PartialFunction[Event, Unit]), but publishes events to all listeners, even if the Reaction is not defined for that value:
https://github.com/scala/scala/blob/6ff3c3fd/src/swing/scala/swing/Publisher.scala#L47
A Coursera thread with people affected by this issue:
https://class.coursera.org/reactive-001/forum/thread?thread_id=1315
will pull request shortly...
The text was updated successfully, but these errors were encountered: