Gerrit Renker
Gerrit Renker
I would like to clarify, this is just a wrapper around the [`net.Conn` interface](https://godoc.org/net#Conn) to set read/write deadlines. This ensures that (read/write) IO operations fail with a TimeoutError instead of...
### Additional requirements As per the comments in #94, it is also necessary to support left/right scroll of the virtual screen, not just up/down plus selecting and highlighting.
> FEATURE №2. There is already a 'sort by MAC address' feature in the scan screen. You can activate it via keypress `m` (and `a` for ascending, `d` for descending)....
> pending fix: #4519 Please see comments in PR.
I was referring to [this comment](https://github.com/aws/aws-sdk-go/pull/4519#discussion_r998675749), which has since been addressed. Thank you for the fix.
@waahm7 - the problem is not easily reproducible, it seems to be a timing-related problem. So far, after 10s of thousands of batch jobs, we have only data for this...
No, it does not use `aws_s3_meta_request_pause`.
@jmklix what are the updates and how do they fix the issue described here? In particular, have test cases been added to ensure the condition does not happen?
It might be a good idea to warn the developer about the limitations of defaults. `std::thread::hardware_concurrency()` has the same problem (it looks as if it uses `sysconf` underneath).