zhaoyuguang commented on issue #3440: Issues:spring-cloud-gateway traceid does not transmit #3411 URL: https://github.com/apache/skywalking/pull/3440#issuecomment-529329500 > Just now, I used the full 6.5.0 plug-in package, and this problem still exists."delegate" is not an implementation of "DefaultServerWebExchange". > > ``` > > public static EnhancedInstance getInstance(Object o) { > EnhancedInstance instance = null; > if (o instanceof ServerWebExchangeDecorator) { > ServerWebExchange delegate = ((ServerWebExchangeDecorator) o).getDelegate(); > if (**delegate instanceof DefaultServerWebExchange**) { > instance = (EnhancedInstance) delegate; > } > } else if (o instanceof DefaultServerWebExchange) { > instance = (EnhancedInstance) o; > } > return instance; > } > ``` The delegate class name is?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
