Matrix-Zhang / tokio_kcp

A Kcp implementation for tokio
MIT License
176 stars 44 forks source link

Need some help with porting to Async_std #23

Open ffleader1 opened 1 year ago

ffleader1 commented 1 year ago

I am trying to port this crate to async_std, but my limited Rust knowledge left a bug somewhere. If any maintainer have time, feel free to have a look. Thank you :< https://github.com/ffleader1/async_std_kcp

zonyitoo commented 1 year ago

Could you provide more detail about the problem you were encounted?

ffleader1 commented 1 year ago

Could you provide more detail about the problem you were encounted?

It was a problem on my async_std port repo. Basically it runs but when there are multiple connection or message, it just hangs. I did send you an email yesterday, I think. Would be great if you can have a look at the ported repo. I tried to debug but apparently I am not up to the task yet.