Skip to content
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

Remove Inspector WebSocket #932

Merged
merged 2 commits into from
Sep 23, 2015
Merged

Conversation

KristinaKoeva
Copy link
Contributor

Inspector websocket crashes when the message is too big so use a tcp socket instead

The corresponding PR in ios-runtime is NativeScript/ios-jsc#317

Inspector websocket crashes when the message is too big so use a tcp socket instead
@KristinaKoeva KristinaKoeva added this to the 1.4.0 (Under review) milestone Sep 17, 2015
@ns-bot
Copy link

ns-bot commented Sep 17, 2015

Can one of the admins verify this patch?

allowHalfOpen: true
});

server.listen(socketFileLocation);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this code has a potential for race condition. The server starts listening before the callback for on connection is set. Should we move this call after the server.on calls?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will move it :)

@KristinaKoeva
Copy link
Contributor Author

Your comments are addressed
ping @teobugslayer @ligaz

@rosen-vladimirov
Copy link
Contributor

👍

1 similar comment
@ligaz
Copy link

ligaz commented Sep 18, 2015

👍

@rosen-vladimirov
Copy link
Contributor

I'm merging this as it has been approved and the respective change in ios runtime is already merged

rosen-vladimirov added a commit that referenced this pull request Sep 23, 2015
@rosen-vladimirov rosen-vladimirov merged commit 306a973 into master Sep 23, 2015
@rosen-vladimirov rosen-vladimirov deleted the KristinaKoeva/RemoveSocket branch September 23, 2015 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants