Skip to content

BUG: Fixed examples to properly shutdown

VRPNDeviceServer did not properly setting framework termination flags

VRPNDeviceServer was also wrapping vrpn_Connection in a shared_ptr, this was causing a double delete because vrpn_ConnectionManager cleans up after connections made with vrpn_create_server_connection()

Fixes Issue #57 (closed)

Merge request reports