Zang MingJie

Results 28 comments of Zang MingJie

For example, if the router has multiple wan networks, inbound connection and outbound connection may go through different wans. I suggest miniupnpd should mark the outbound connection, so we can...

As everybody may know, following code: ``` async { for {i await i } } ``` So in order to support `async` inside `for`-loop, async version of `map`, `flatMap`, `forEach`...

用的人太多,被B站限流了

有一段时间没用了,B站最近好像改了接口,很可能挂了

See #9955 I'm working on the state machine of exchange context, also define lifecycle of it.

Also confirm this. I'm not sure whether libvlc has same issue. because libvlc can not load the subtitle, it is a ass subtitle embedded inside the mkv file. When switching...

> Use a macro define to guard test-only API: `SessionManager::InjectPaseSessionWithTestKey` and `SecureSessionTable::CreateNewSecureSessionForTest` This is probably not possible because tests shares the same lib with normal builds @bzbarsky-apple

#17622 This PR has migrated all test-cases to use async transport, so `DrainAndServiceIO` may be needed in variety places when re-enable these tests.