BiagioFesta / wtransport

Async-friendly WebTransport implementation in Rust
Apache License 2.0
346 stars 19 forks source link

Fix #161 - add `SessionRequest::remote_address` #162

Closed finnbear closed 2 months ago

finnbear commented 2 months ago

Fixes #161

Testing

cargo build works. I didn't test it, per se.

BiagioFesta commented 2 months ago

Thank you