wuxudong

Results 6 issues of wuxudong

@chhsiao90 , NitmProxyListener can intercept the request and return a response instead of sending it to server by using ```Optional onHttp1Request(ConnectionContext connectionContext, FullHttpRequest request)```, but how can I modify the...

Hello I am a newbie in android. There are several question about adblib. 1. In my opinion, communication in one socket connection is sequential, there should be only at most...

以 demo中的 myth-demo-spring-cloud-inventory 为例, order 模块的 PaymentServiceImpl.makePayment 先询问了 account 模块的余额 和 inventory 模块的 库存, 假设目前 余额和库存 都足够, 然后 发起了 accountClient.payment 和 inventoryClient.decrease 这时 accountClient.payment 正常执行了。 而 inventoryClient.decrease 由于 并发的存在, 可能这时...

**Is your feature request related to a problem? Please describe.** ModifyRequestBodyGatewayFilterFactory only support ```Class inClass```, it is not compatible with generic type. expected code: ``` builder.routes() .route("test_route", r -> r.path("/**").filters(f...

waiting-for-triage

There are four map in SocketIOController : xhrMap, wsMap, xhrRevMap, wsRevMap. They are shared with sub WSActor or XHRActor. When the sub actor dies, they remove themselves from the map....