HelperUtils loses the stacktrace of real exception
D-D-H opened this issue · 4 comments
D-D-H commented
I found same problem at #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?
gaol commented
Looks there is a includeDebugInfo
introduced in ServiceBinder
, have you tried to use setIncludeDebugInfo(true)
?
D-D-H commented
includeDebugInfo
there is no method named setIncludeDebugInfo in io.vertx.serviceproxy.ServiceBinder
gaol commented
Ah, I see. The fix 1ec0169 went into master
(4.0.0-SNAPSHOT) branch only. Are you feasible to switch to latest 4.0.0-milestone3
? :)
D-D-H commented
Ok, I will try 4.0.0, thanks.