We are using the Milestone VPS plugin with Deepstream Pipeline that includes different Detection/Classification Models. When we connect a camera through Milestone everything is working fine except when disconnecting it. Upon disconnection, the reserved GPU memory is not freed which leads to the accumulation of reserved but unused memory. This is what is printed on the IVA/Pipeline side:
ReceiveLoop websocket exception: The remote party closed the WebSocket connection without completing the close handshake.
In a big system with many connections/disconnections happening, this leads to full GPU memory and the crash of the system.
Can you please assist on this?