diff --git a/lib/src/core/implementation/consumed_thing.dart b/lib/src/core/implementation/consumed_thing.dart index 7bc4876f..8a9e4b1a 100644 --- a/lib/src/core/implementation/consumed_thing.dart +++ b/lib/src/core/implementation/consumed_thing.dart @@ -117,6 +117,8 @@ class ConsumedThing implements scripting_api.ConsumedThing { ); final content = await client.readResource(form); + // FIXME: Clients should be reusable + await client.stop(); return InteractionOutput(content, servient.contentSerdes, form, property); }