rxmqjs / rxmq.js

JavaScript pub/sub library based on RxJS
144 stars 22 forks source link

Upgrade RxMQ to support RxJS v6.0.0 #24

Closed rclayton-the-terrible closed 6 years ago

rclayton-the-terrible commented 6 years ago

Using the compatibility layer, this PR upgrades rxmq to use the latest version of RxJS.

yamalight commented 6 years ago

Looks good, thanks!