microsoft / devicescript

TypeScript for Tiny IoT Devices (ESP32, RP2040, ...)
https://microsoft.github.io/devicescript/
MIT License
3.28k stars 119 forks source link

clients returned from `start*()` should actually refer to started service #303

Closed mmoskal closed 1 year ago

mmoskal commented 1 year ago

Right now they refer to the first service they find

mmoskal commented 1 year ago

this is now fixed