buttplug-csharp icon indicating copy to clipboard operation
buttplug-csharp copied to clipboard

Ping Handler can cause exception if it throws during a BLE GATT Write

Open qdot opened this issue 7 years ago • 0 comments

https://sentry.io/metafetish/buttplug-csharp/issues/527294579/

AggregateException: One or more errors occurred.
  Module "Buttplug.Server.ButtplugServer", line 60, in PingTimeoutHandler
    Void PingTimeoutHandler(System.Object)
...
(5 additional frame(s) were not displayed)

Exception: Operation aborted (Exception from HRESULT: 0x80004004 (E_ABORT))
  Module "Buttplug.Server.Managers.UWPBluetoothManager.UWPBluetoothDeviceInterface", line 331, in WriteValue
    Void MoveNext()
  Module "Buttplug.Server.Bluetooth.Devices.VorzeA10Cyclone", line 301, in HandleVorzeA10CycloneCmd
    Void MoveNext()
  Module "Buttplug.Server.Bluetooth.Devices.VorzeA10Cyclone", line 160, in HandleStopDeviceCmd
    Void MoveNext()
  Module "Buttplug.Core.ButtplugDevice", line 271, in ParseMessage
    Void MoveNext()
  Module "Buttplug.Server.DeviceManager", line 458, in SendMessage
    Void MoveNext()
...
(13 additional frame(s) were not displayed)

One or more errors occurred.

qdot avatar Apr 16 '18 23:04 qdot