Albumen Kevin
Albumen Kevin
> @AlbumenJ I need to confirm whether these configurations are allowed to be set via `application.properties`: `dubbo.application.metadata.publish.delay=1000` `dubbo.application.metadata.proxy.delay=1000` These two keys are both stored in the `MetadataConstants` class. What do...
   It works on 3.2.10.
> when I test multi times,it also prints > > ``` > 2024-01-17 17:57:05.029 [DubboClientHandler-thread-1] DEBUG c.b.d.s.c.service.AsyncContextTest - ret: 1, testInfo: hi, dubbo > 2024-01-17 17:57:05.038 [DubboClientHandler-thread-1] DEBUG c.b.d.s.c.service.AsyncContextTest -...
> @AlbumenJ sorry, I have trouble pushing my repository to GitHub. i had tried many times, but still fail. you can create a maven project to test it. > >...
> > > @AlbumenJ sorry, I have trouble pushing my repository to GitHub. i had tried many times, but still fail. you can create a maven project to test it....
@bringwu In your demo, Dubbo process the result before set attachment.  Add sleep before return to make sure that `serverResponseContext.setAttachment("tokenInfo", token)` has been processed.  Then it work.
> > @bringwu In your demo, Dubbo process the result before set attachment. > >  Add sleep before return to make sure that `serverResponseContext.setAttachment("tokenInfo", token)` has been processed. >...
Are you using triple protocol? This seems is a bug of connection management in Triple protocol. IMO, in order to solve this, we can: Remove connection itself in `org.apache.dubbo.remoting.api.connection.SingleProtocolConnectionManager#connections` before...
> Are you using triple protocol? This seems is a bug of connection management in Triple protocol. IMO, in order to solve this, we can: Remove connection itself in `org.apache.dubbo.remoting.api.connection.SingleProtocolConnectionManager#connections`...
@EarthChen @icodening PTAL