marcojakob / dart-event-bus

An Event Bus using Dart Streams for decoupling applications
MIT License
755 stars 82 forks source link

message repeatedly #18

Closed baantatsu closed 5 years ago

baantatsu commented 5 years ago

Repeat to a page that contains components a and b. Component b passes a message to component a. This message is executed repeatedly.

marcojakob commented 5 years ago

Do you have some example code that illustrates your case, so we can understand it better?

marcojakob commented 5 years ago

I'm closing this as there is not enough info.