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
Ok, now I understand this is happening because that's how fifos work. However, is there any recommended way to sync the connection of 2 processes? Basically, my use-case is the following
# Parent processimport asynctools/asyncipc
let ipc =createIpc("blablabla")
spawnChildProcess()
let writeHandle =open("blablabla", sideWriter)
The text was updated successfully, but these errors were encountered: