This is a bug. Please open a Jira ticket with your configuration and
debug data and I will investigate.
Thanks,
-daw-
On 4/17/18 8:46 AM, duct...@viettel.com.vn wrote:
Hello,
I am trying to use the VCL lib to connect VPP and my server app.
My code worked perfectly fine with VPP 18.01. But when I upgrade to
VPP 18.04 (and 18.07 also), it hasn't worked anymore.
The code still works if i try with 1 client at a times. But with more
than 1 client at a moment, the server is just hanged up. Trying to
debug into the code, I find out that the server stuck at the
vppcom_session_accept function. A bit further, the event thread
creates an infinitive loop (with fifo_depth = 2, ev->recycle=1 and
recycle_count=1).
Is this a bug or does the new version require some specific ways to
use the lib and I did something wrong?
Any help will be highly appreciated!