apache / shenyu

Apache ShenYu is a Java native API Gateway for service proxy, protocol conversion and API governance.
https://shenyu.apache.org/
Apache License 2.0
8.45k stars 2.94k forks source link

[BUG] <Nested Interface> #5675

Open ColdFragrance opened 1 month ago

ColdFragrance commented 1 month ago

Question

Hi everyone, I configure 2 interfaces by shenyu-bootstrap, called /a and /b.They are work while single,but /b does not work until timeout while invoked by /a.After timeout, /b works again.Who can help me?

ColdFragrance commented 1 month ago

My shenyu.netty is default configurations.

ColdFragrance commented 1 month ago

OH,this problem only occurs when concurrency.

Aias00 commented 1 month ago

Is your API functioning normally when accessed directly without going through Shenyu?

ColdFragrance commented 1 month ago

yes,it works