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
Currently the version message (or maybe "the version phase message"?) is handled but no attempt is made to parse anything from app_versions or expose it to application code.
Some applications may want to use the payload for feature/compatibility negotiation. The app :: Session -> IO a accepted by MagicWormhole.runClient should gain access to the app_versions payload somehow.
The text was updated successfully, but these errors were encountered:
Currently the version message (or maybe "the version phase message"?) is handled but no attempt is made to parse anything from
app_versions
or expose it to application code.Some applications may want to use the payload for feature/compatibility negotiation. The
app :: Session -> IO a
accepted byMagicWormhole.runClient
should gain access to theapp_versions
payload somehow.The text was updated successfully, but these errors were encountered: