ocilo / skype-http

Unofficial Skype API for Node.js via HTTP
https://ocilo.github.io/skype-http
MIT License
51 stars 24 forks source link

Emit error on message-poller request error #34

Closed demurgos closed 7 years ago

demurgos commented 7 years ago

Ensure that all the errors that happen during MessagePoller#getMessages emit an error event (instead of rejecting the Promise). This allows for a consistent error handling.

Supersedes ocilo/skype-http#33