easternbloc / node-stomp-client

A STOMP client for Node.js
Other
93 stars 47 forks source link

Indefinite retry? #70

Open ChrisCooney opened 6 years ago

ChrisCooney commented 6 years ago

is there any way to introduce an indefinite retry into this project? we have a requirement when we'd never really want to stop trying to reconnect; it simply wouldn't make sense to stop trying.

we could hack it and make the number huge but feels a bit dirty. is there functionality we are missing or is it a PR you'd like us to raise?