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
The API models used in swim_downlink and swim_agent are inconsistent (downlinks event handlers are futures wheras agent event handlers are a special monadic trait). The downlink API should be altered to be more similar to the agent API (if possible, reusing the same trait which can be moved up to their own crate).
The text was updated successfully, but these errors were encountered:
The API models used in
swim_downlink
andswim_agent
are inconsistent (downlinks event handlers are futures wheras agent event handlers are a special monadic trait). The downlink API should be altered to be more similar to the agent API (if possible, reusing the same trait which can be moved up to their own crate).The text was updated successfully, but these errors were encountered: