c98

Results 8 comments of c98

hi, bang. 和 @ruanjunhao 一样的问题,不过我这里不是在 js 中创建 webview,相对的,我的原始方法`addWebView`中有创建 UIWebView,现在我需要在原始方法后追加一些操作,那么在 hotfix.js 中,我这样写 ``` self.ORIGaddWebView(); // do other fix things. // ... ``` 也会出现 crash。调用堆栈如下: ![x](http://s17.mogucdn.com/new1/v1/fxihe/9499d53f1114ed606f659c64af032b2b/A1b6d0dccdb2000802.a.png) 这样的话,有什么解决思路吗?

Thanks for your attention, I have updated the tests to check this change.

> Hey there! Thanks for the report. Hmm, let's try to improve it some, so we can better find what the root thing is. > > What exactly doesn't work?...

It seems that When the Change::Insert(Key, Svc) svc poll_ready phase contains some I/O or polling op, `FuturesUnordered::poll_next` does not work as expected.

I think I know the reason now. I'm using Tonic, and when the client initiates a req, `Buffer::Worker::poll` `poll_next_msg` will be followed by `self.service.poll_ready` calling `balance::poll_ready`. Let's say there are...

This issue can reproduce 100%. when connect to multi c++ grpc server endpoint, only one endpoint can established, other will be CLOSE_WAIT. code in examples/src/dynamic_load_balance/client.rs ```rust pub mod pb {...

> Yeah, I think this is def a bug with tower::balance I see you made an issue there already. We should use that one to track this and then we...

https://github.com/tower-rs/tower/issues/824#issuecomment-2857413049 @LucioFranco I have updated the survey on this issue, with the details provided in the reference above. This question is quite complicated. I don't know what you think?