rtmp-switcher icon indicating copy to clipboard operation
rtmp-switcher copied to clipboard

better error handling

Open erikstmartin opened this issue 4 years ago • 0 comments

We need to ensure that we capture errors. We can't use things like unwrap() or expect(). We don't want to kill our pipeline or worse all the live mixers for errors.

Add linter to project so it won't compile with unwrap or expect

erikstmartin avatar Sep 18 '20 18:09 erikstmartin