.dark4
❔ Memory leak leading to overflow crash if server doesn't gracefully close socket with my client app
These are my socket connect and disconnect methods https://pastebin.com/p5QK2fx1
12 replies
✅ How to pick from a field in a list in with priority
what I want to do is search the device list
List<Device> devicesBlock = _api.GetDevicesBlock();
and connect by priority of connection type, USB first, the ethernet, then Bluetooth, then wifi or wifidirect16 replies