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
unix socket throws some errors because we are not keeping the socket open to listen to responses
[ipc_8] Write error (Broken pipe)
It would be more efficient not to open the socket on every message too.
The open socket could be put in app state in a Mutex, but that makes it messy to avoid in windows with cfg flags. Maybe there is something more elegant.
The text was updated successfully, but these errors were encountered:
jonniek
changed the title
do not re-create socket
do not re-create UnixStream on every message
Aug 28, 2022
unix socket throws some errors because we are not keeping the socket open to listen to responses
It would be more efficient not to open the socket on every message too.
The open socket could be put in app state in a Mutex, but that makes it messy to avoid in windows with cfg flags. Maybe there is something more elegant.
The text was updated successfully, but these errors were encountered: