I think using this library + Angular results in zone issues (never becoming stable due to polling), you see Protractor timeout.
Is there a recommended way to solve this other than wrapping it in a "run out of the zone" statement like:
ngZone.runOutsideAngular(() => {
// rx-polling usage here
});