Closed D-D-H closed 5 years ago
Looks there is a includeDebugInfo
introduced in ServiceBinder
, have you tried to use setIncludeDebugInfo(true)
?
includeDebugInfo
there is no method named setIncludeDebugInfo in io.vertx.serviceproxy.ServiceBinder
Ah, I see. The fix https://github.com/vert-x3/vertx-service-proxy/commit/1ec01694a82c41d15306fde956a0359337a32b06 went into master
(4.0.0-SNAPSHOT) branch only. Are you feasible to switch to latest 4.0.0-milestone3
? :)
Ok, I will try 4.0.0, thanks.
I found same problem at https://github.com/vert-x3/vertx-service-proxy/issues/88, and this problem should be resolved in 3.7.1, but I still encounter this problem in 3.7.1, can you help me?