breez / breez-sdk-greenlight

MIT License
244 stars 43 forks source link

[frb] Allow SDK streams to be re-initialised between sessions #978

Closed erdemyerebasmaz closed 5 months ago

erdemyerebasmaz commented 6 months ago

This PR adds the ability to re-initialise SDK streams between sessions without the need for Stream & StreamSubscription management on Flutter side.

There's no demand for it but this opens the ability to switch between event handler logic from UI during an ongoing session.

[In draft]

erdemyerebasmaz commented 5 months ago

Closed in favor of #980