webrtc icon indicating copy to clipboard operation
webrtc copied to clipboard

[TURN] Provide async AuthHandler

Open clia opened this issue 3 years ago • 1 comments

The auth_handle fn in AuthHandler is synchronous, make it difficult to invoke some async operations, like querying DB.

It will be better with an async AuthHandler.

clia avatar Aug 26 '22 06:08 clia

Since it's already called from an async context that would be fine. Feel free to send a PR

k0nserv avatar Sep 06 '22 13:09 k0nserv