goturn icon indicating copy to clipboard operation
goturn copied to clipboard

A golang TURN dialer

Results 4 goturn issues
Sort by recently updated
recently updated
newest added

The client doesn't currently keep track of the 5 minute timer on its allocation or permissions. These should be automatically refreshed while it is alive.

The current `StunClient` class is almost able to function as a Dialer. an example should be built for this use case that makes permission and connect requests and can serve...

currently the first message after a call to `Connect` will fail because the nonce is stale, the new nonce will need to be learned from the response, and the message...

ensure that the go doc documentation is complete, especially for the client API