nteract / enchannel-zmq-backend

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

Bump to RxJS 5.0 beta 2 #15

Closed rgbkrk closed 8 years ago

rgbkrk commented 8 years ago

As mentioned in https://github.com/nteract/nteract/issues/115, we should upgrade our RxJS 5 version.

The changelog for RxJS 5 lists a bunch of performance improvements as well as fixing Subject.create's arguments (we ran into this and they fixed it after our feedback). It needs adaption in any place where Subject.create is used (flip the args).