cunarist / rinf

Rust for native business logic, Flutter for flexible and beautiful GUI
MIT License
1.99k stars 72 forks source link

correct single stream to broadcast stream. #283

Closed rabbitson87 closed 9 months ago

rabbitson87 commented 9 months ago

Changes

Fixes single stream to broadcast stream.

Before Committing

dart analyze flutter_ffi_plugin --fatal-infos

result: Analyzing flutter_ffi_plugin... No issues found!

cargo clippy --fix --allow-dirty result: Finished dev [unoptimized + debuginfo] target(s) in 28.09s

temeddix commented 9 months ago

Thank you very much! Indeed, there would be situations where you need to listen to a rustSignalStream multiple times.