Josh Forbes

Results 7 comments of Josh Forbes

Thanks for this. 🙇 I need this in order to start using this gem.

Similar problem here except with a MultiTenant gem. Basically my group hierarchies now also need a column for the tenant id. It's not a huge deal (I can add that...

1. ably-go 1.2.12 2. Go 1.20 3. Token 4. We upgraded from ably-go 1.1.3 🫣. Things were a lot different and we had years of workarounds to problems. 5. Sorry,...

I appreciate that the Ably client allowed us to so easily replace the HTTP client. We decided to move forward with swapping to an HTTP/1.1 client. I think we'll probably...

We're currently using a forked version of Pion with this change. As we reworked our video streaming code, we needed this change to make bandwidth estimation work smoothly (@danielslee can...

I have the same problem. If I attempt to Stop the service and then sleep for a long period before calling Start (essentially what "Restart" is doing) I get: ![image](https://user-images.githubusercontent.com/3682518/86275418-3f0a7480-bba1-11ea-81b7-ace6b0a1c91b.png)...

We considered implementing a second watchdog service to keep an eye on the primary service but I was worried about the extra complexity. Our current solution is two-fold: 1. We...