marcojakob / dart-event-bus

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

有时候同时调用两个事件fire会失效 #45

Closed wengxianxun closed 3 years ago

wengxianxun commented 3 years ago

EventBusUtil.fire( AudioAnimationIcon_animation_event(playerState: state)); EventBusUtil.fire(AudioStylus_animation_event(ynAnimation: false));

同时调用这两个事件,listen的地方接收不到

marcojakob commented 3 years ago

Sorry, don't understand. Please write your error report in English.

amoslai5128 commented 3 years ago

I think he meant if he fires two events at the same time, the state didn't listen to any updates.