nteract / enchannel-zmq-backend

ZeroMQ backend implementation for enchannel
BSD 3-Clause "New" or "Revised" License
5 stars 17 forks source link

Rxjs five #14

Closed rgbkrk closed 8 years ago

rgbkrk commented 8 years ago

Real earnest conversion over to RxJS 5. The only thing that tripped me up was that Subject.create accepts observable, subscriber now instead of Subject.create(observer, observable). Might add that in to the migration guide on RxJS 5.

rgbkrk commented 8 years ago

:shipit:

I'll update enchannel while I'm at it.

rgbkrk commented 8 years ago

Closes #11.