BiagioFesta / wtransport

Async-friendly WebTransport implementation in Rust
Apache License 2.0
460 stars 31 forks source link

Enable tokio rt-multi-thread flag to compile example/full.rs #122

Closed tausifcreates closed 10 months ago

tausifcreates commented 10 months ago

@BiagioFesta How to resolve this error?

BiagioFesta commented 10 months ago

@BiagioFesta How to resolve this error?

This is not due to your PR. The CI failure is because of: https://github.com/awslabs/cargo-check-external-types/issues/130

Until solved upstream, I am going to disable this CI-job

tausifcreates commented 10 months ago

Thanks!