You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
futureSignal creates a one-time subscription using SignalAwaiter, but requires an object and a signal name. It would be good if we could support this directly on SignalCallable instead, and have it return a Dart record of the parameters sent to the signal.
As a one-time subscription, it should disconnect as soon as the signal is called, and properly 'cancel' the future if a disconnect is requested before the signal is received.
The text was updated successfully, but these errors were encountered:
futureSignal
creates a one-time subscription usingSignalAwaiter
, but requires an object and a signal name. It would be good if we could support this directly on SignalCallable instead, and have it return a Dart record of the parameters sent to the signal.As a one-time subscription, it should disconnect as soon as the signal is called, and properly 'cancel' the future if a disconnect is requested before the signal is received.
The text was updated successfully, but these errors were encountered: