Sidong Yang

Results 5 comments of Sidong Yang

@ollie-etl Sure, here is my PR #297

Hi, @kdave ! Thanks for a comment. I've fixed this. - print error message for `-ENOTTY` - force_to_check -> periodic - change usage message for this patch

@AomaYple I've just tested this issue, I reproduced and receives same result with you. But it seems that the second cqe that receives 16 bytes without ENOBUF. it has cflags...

It might seem simplistic, but one potential solution could be duplicating all the code handling incoming data into an asynchronous function.

I think using `maybe_async` is good option for this problem. It doesn't affacts original sync codegen and it supports async code. I submitted an experimental PR for this https://github.com/daniel5151/gdbstub/pull/161