Sean DuBois
Sean DuBois
I just added +4% with Client+Server tests for stale nonces! @songjiayang @enobufs I will start a list of easy wins people can write tests for :) this is also a...
The client code has quite a few refresh related things that aren't tested. We should allow the server to have very short expiration times, and then force things to be...
The server has quite a few easy tests as well, we can send invalid packets in and confirm that an error gets returned/things don't crash [turn.go](https://codecov.io/gh/pion/turn/src/d3c8709499ceb749fa77df09d2035634c3a34100/internal/server/turn.go) should be easy to...
Amazing! This LGTM @jipson7 Mind adding yourself to the README and then CI will pass?
You can run the checks locally by doing the following. You can see everything we run in the `.travis.yml` ``` bash .github/lint-commit-message.sh bash .github/assert-contributors.sh ```
All the Pion developers would love to help! I don't think I will have the time to contribute much code, but would love to document/explain the scary parts of WebRTC...
Hey @tomandersen Sorry about the breakage! I think you just need to cast `int` -> `uint16`. If you can start a PR I am happy to help get everything else...
:+1: on this from me, I am running into this (I can fix it, but I can see why people would be surprised) I added `ReadRTP` and want to use...
That is a really cool project @Laky-64 ! Debugging wise * Can you set a handler for ICEConnectionState, what is it value? * Can you set a handler for ConnectionState,...