inf3cti0n95 / Rocket.Chat.RealTime.API.RxJS

Abstraction for Utilizing Rocket.Chat's Realtime API Methods with RxJS
MIT License
38 stars 23 forks source link

Bug, websocket error #23

Closed piotrkochan closed 6 years ago

piotrkochan commented 6 years ago

There is an error

/node_modules/rxjs/observable/dom/WebSocketSubject.js:39
    throw new Error('no WebSocket constructor can be found');
inf3cti0n95 commented 6 years ago

Can you provide in what environment are you using this?, I believe RxJS cannot find the WebSocket constructor from the global scope.

inf3cti0n95 commented 6 years ago

Closed, inactive issue. Reopen if problem still persists.