LukasPoque / s3i_flutter

A library that makes it easy to communicate with the S³I (Smart Systems Service Infrastructure of the KWH4.0)
https://pub.dev/packages/s3i_flutter
MIT License
4 stars 1 forks source link

Add support for single request/reply callbacks #12

Open LukasPoque opened 2 years ago

LukasPoque commented 2 years ago

It's a common use case to send one request message to a service and wait for the reply. So it would be a nice feature if it's possible to register for the specific answer of the service/thing. This needs a unsubscribe structure too.