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

Replace Unix Pipes with TCP sockets #230

Closed
jdknives opened this issue Mar 18, 2020 · 1 comment
Closed

Replace Unix Pipes with TCP sockets #230

jdknives opened this issue Mar 18, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@jdknives
Copy link
Member

Feature description

We should replace the unix pipes used for communication between apps and visor with TCP sockets. This is related to issue #138 . @skycoin-main said we should not worry about potential performance losses (if any) from this change.

Is your feature request related to a problem? Please describe.
We will likely be unable to port Skywire to mobile with unix pipes. Also we could theoretically support windows with switching to tcp sockets. Although this is not a requirement or a deciding factor in this decision.

@jdknives
Copy link
Member Author

Fixed by #231

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants