Yachen Liu
Yachen Liu
Thanks for the clarification. It will be great if you can share more details about the custom congestion control tweaks.
It has been a year since I submitted this Pull Request. The issue is quite severe, yet it only requires 10 lines of code to fix it. Additionally, two reviewers...
Yes, I used the native `isFindInteractionEnabled` to support search and find. Sorry for not making it clear earlier.
May I kindly inquire if there is any need for additional materials, such as sample files or projects, that might assist us further? Additionally, in the event of a confirmed...
I conducted some research myself, and the root of the problem lies in that for each match, UITextSearching calls the `decorate` method to mark a new range. However, this method...
When `s.config.MaxIdleTimeout` is set to 30 (non-zero) and `params.MaxIdleTimeout` is 0, `s.idleTimeout` will be set to 0 according to the code.
Sorry. There are some errors in my previous comment. The RFC states that the mechanism should be closed only when **both** parties specify max_idle_timeout as 0. If only one party...