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
/var/lib/gems/2.1.0/gems/rx-0.0.3/lib/rx/subjects/behavior_subject.rb:80:in `block in on_next': private method `check_unsubscribed' called for #<Rx::BehaviorSubject:0x129b0d0> (NoMethodError)
from /var/lib/gems/2.1.0/gems/rx-0.0.3/lib/rx/subjects/behavior_subject.rb:79:in `synchronize'
from /var/lib/gems/2.1.0/gems/rx-0.0.3/lib/rx/subjects/behavior_subject.rb:79:in `on_next'
from behavior_example.rb:3:in `<main>
The following code generates this traceback:
when run using ruby 2.1.5p273 (2014-11-13) [arm-linux-gnueabihf]
(on a raspberrypi 3)
Is there a reason the method is marked private? It seems to work fine if I comment out the
private
keywordThe text was updated successfully, but these errors were encountered: