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
sskorokhodov
changed the title
Process may exit with reason :normal after (process/exit pid :abnormal) has been called
Process exit reason may differ from process/exit reason argument
Aug 22, 2016
sskorokhodov
changed the title
Process exit reason may differ from process/exit reason argument
Process exit reason may differ from process/exit argument
Aug 22, 2016
Use control channel only to manage healthy* process life cycle to avoid
race conditions:
- put proc-fn return value into control channel,
- use offer! instead of put! to synchronously.
Decrease timeouts in process tests to reasonable values.
*Add special kill channel to kill processes which control channel is
full
Use control channel only to manage healthy* process life cycle to avoid
race conditions:
- put proc-fn return value into control channel,
- use offer! instead of put! to synchronously.
Decrease timeouts in process tests to reasonable values.
*Add special kill channel to kill processes which control channel is
full.
Exit reason of process spawned above may be either
:normal
or:abnormal
and randomly changes between executions.The text was updated successfully, but these errors were encountered: