-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
await connectToRemote() not returning a connection or error #18
Comments
Hey @reggie3, thanks for opening this up. I have 2 quick questions: what version are you using? thanks |
I just downloaded the @next version about an hour ago. It is on the webview
side, not the React-Native side
On Jan 22, 2018 8:15 AM, "Andrei Volchenko" <[email protected]> wrote:
Hey @reggie3 <https://github.com/reggie3>, thanks for opening this up. I
have 2 quick questions:
what version are you using?
is it webview side code or react-native? (if rn – you forgot to pass
webview instance as a parameter to connectToRemote)
if this is webview side code – please drop me a sample of code being
evaluated on react-native side
thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHAb-FViNF0b14dNp4fOXqRZsQnFDQlRks5tNNBUgaJpZM4RoXhp>
.
|
Could you please provide react-native side code as well? |
Here it goes:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following code doesn't return a connection, nor does connectToRemote() return an error to be caught
I receive the "connecting to remote" message, but I never receive the expected "remote connected" message. Additionally, no error is thrown for catching.
The text was updated successfully, but these errors were encountered: