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
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.
The text was updated successfully, but these errors were encountered:
Feature description
We should replace the unix pipes used for communication between
apps
andvisor
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.
The text was updated successfully, but these errors were encountered: