intiface / intiface-cli-rs

Rust Intiface CLI (based on buttplug-rs)
11 stars 3 forks source link

ClientConnected not emitted after client reconnect on v43 #14

Closed qdot closed 2 years ago

qdot commented 2 years ago

STR

  1. Open Intiface desktop
  2. Start server
  3. Connect with a client
  4. Disconnect client
  5. Reconnect client

Expected Desktop icon is green at end

Actual Desktop icon is red

qdot commented 2 years ago

Fixed in v44. One of the merges from the egui branch broke cancellation token refreshing.