Eric Lindvall

Results 85 comments of Eric Lindvall

> I think when dropping a reader you'll want to do b.rh.Peek().Close() to properly disconnect the reader (it will also cleanup the heap by dropping the reader). One of the...

> In the case of your slow readers, are they "fully stalled" (no progress) or just much slower than the other readers? I believe it’s some of each. The test...

I wonder if the iOS app always sends a keyframe after coming into the foreground...

How can we add attachments to any sort of crashes at all? We have logs that would be helpful in identifying why a crash happened and can't figure out how...

We do it by using another Rollout instance for the account IDs. There's no need for additional features.

You can use [Redis Namespaces](https://github.com/fetlife/rollout#namespacing) as referenced in the README.

Can you give an example with curly braces (the nesting) and an example of how to handle a value with a `=`, `”`, `,` and `’` in it (escaping)?

How is escaping supposed to be handled here? Could I get an example or description of what syntax Haivision is using in their SRT solutions right now? I'd like to...

During the plugfest I was shown the Haivision UI with the "Default" vs "Custom" "Stream ID Format". The Access Control specification does not specify a format with enough detail to...

Would you mind making a pull request that doesn't include the changes to the .gemspec or Rakefile to make it simpler to merge?