marblejs / marble

Marble.js - functional reactive Node.js framework for building server-side applications, based on TypeScript and RxJS.
https://marblejs.com
MIT License
2.15k stars 71 forks source link

fix(websockets): don't re-throw an error in case of heartbeat error #383

Closed JozefFlakus closed 2 years ago

JozefFlakus commented 2 years ago

PR Type

What kind of change does this PR introduce?

[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:

What is the current behavior?

Issue Number: #345

What is the new behavior?

Does this PR introduce a breaking change?

[ ] Yes
[x] No