How should we handle synchronous native callbacks that have input/output? #171
Unanswered
TheTekton337
asked this question in
Q&A
Replies: 1 comment
-
I needed to take rtn-dev-console down, sorry. How does this gist seem for working without callbacks for native commands? (Should have noted this is specifically for Fabric components using native commands.) Is there any better way? https://gist.github.com/TheTekton337/d05e4bacbb9668333cf98d78e308edb5 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to implement callback and interactive SSH authentication with SwiftSH in the next version of rtn-dev-console (just pushed the initial release with basic iOS support). It's not entirely clear what would be the best approach for supporting its callback/interactive authentication callbacks. Is there any guidance for this kind of requirement documented or any examples I might have missed?
For reference:
SwiftSH/Session.swift interactive auth
RtnSshTerminalViewNativeComponent.ts
Beta Was this translation helpful? Give feedback.
All reactions