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

keepAlive() method should return an Observable #44

Closed inf3cti0n95 closed 5 years ago

inf3cti0n95 commented 5 years ago

https://github.com/inf3cti0n95/Rocket.Chat.RealTime.API.RxJS/blob/ee404317b69c4f185ebf14bd63031c011249c21a/src/RealTimeAPI.ts#L116-L123

keepAlive() method should return an Observable rather then just subscribing and returning void. Which would make it usable for some future use case.