-
New Feature
-
Resolution: Open
-
Highest
-
None
-
None
Currently it is not possible to create mulitple sockets to connect to vpp as the shared-memory library implemented in VPP allows to connect only once from the same application. The solution is to connect only the first time a socket is created and subsequent socket creation will return a copy of the first socket state.