Custom Runtime的监听端口一定要和HTTP Server的监听端口一致吗?
2025-04-16 14:21
是的。Custom Runtime的监听端口(CAPort)默认是9000。如果Custom Runtime使用默认的监听端口,那么您实现的Custom Runtime的HTTP Server监听的端口也必须是9000。 如果Custom Runtime使用的监听端口是8080,那么您实现的Cust