buttplugio / buttplug-js

Buttplug Typescript/Javascript Client Implementation
https://buttplug.io
BSD 3-Clause "New" or "Revised" License
128 stars 18 forks source link

Add connection semantics to server class #146

Closed qdot closed 5 years ago

qdot commented 5 years ago

The server doesn't really have any knowledge of if anything is connected to it, so we're using things like checking whether the client name exists right now. That seems bad.