Philipp

Results 25 comments of Philipp

> (Selecta will correctly output "ASDF" if you hit enter here, but the displayed case is incorrect.) Have to agree with @rschmitt here. So far the only issue I ran...

Hello, it's been a while and I've since submitted a [PR to the Redis library](https://github.com/redis/redis-rb/pull/710) which might "fix" the current situation. But I'm still wondering if there is anything else...

Hello, it's been over a year since I submitted this issue and I haven't gotten any feedback yet. I'm wondering if there is anything else I can do and would...

How do you feel about a (exponential) back off mechanism where you'd have an option to specify the number of `reconnect_attempts` and the `max_reconnection_timeout`? I.e the client would attempt 10...

Thanks for the info and yep that does sound familiar. The patch was a very simple first take at the problem, so I'm hoping I'll have time to submit a...

Since updating to React 16.9.0 I've also been getting this warning and the suggestions: > * Move data fetching code or side effects to componentDidUpdate. > * Rename componentWillUpdate to...

Yes that sounds good. Problem is I don't know what a good approach would be to get 2 builds. I don't have a lot of experience with js library maintenance...

Hi, I think I might experience the same issue within a Rails/ActionCable project. I'm initialising the client connection with `ssl_params` in addition to host and port params provided by @gnuhub....

Quick follow up: In my case it was in fact down to network hiccups! Since these hiccups can occur every now and then I was hoping the lib supported some...

[Here is a quick recording](https://youtu.be/HFdmvQ3nRVQ) demonstrating the current reconnection behaviour (stopping and starting docker container) and a really simple back off solution with an upper bound for the wait time.