FlutterCsharpRpc icon indicating copy to clipboard operation
FlutterCsharpRpc copied to clipboard

[FEATURE REQUEST] Broadcast/Send Message from Server without Invoking any method.

Open iharoonamjad opened this issue 2 years ago • 1 comments

Is it possible to send message from Server without having to invoke any method from client.

I have a scenario where U.are.U 4500 Fingerprint reader Emits Callbacks for different interactions with the device.

I need to send data from C# to Flutter on each interaction.

Is is possible? If yes? Can you please provide some example code.

iharoonamjad avatar Jul 17 '23 07:07 iharoonamjad

What about making a blocking call that will return as soon 1st event occurs?

Matej-Hlatky avatar Sep 09 '23 03:09 Matej-Hlatky