buttplugio / buttplug

Rust Implementation of the Buttplug Sex Toy Control Protocol

Home Page:https://buttplug.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ServerDeviceManager shutdown should also stop devices

qdot opened this issue · comments

commented

Feature Description

We already disconnect devices, but that doesn't actually stop them (either bluetooth devices take a few to stop, or the xinput system just keeps going until process death). We should stop devices as part of ServerDeviceManager shutdown.

Affects intiface/intiface-central#30