Versions 10.3.4 and 10.3.5 are a development releases with a reworked spawn, and message send and receive functions.
(spawn sym-variable child-process [true])If the send or receive is used with child-process spawned, the optional flag must be set to true (10.3.5).
Previous versions using spawn together with message functions send and receive should now include the true flag in spawn calls to enable communications channel between parent and child processes. In all other areas, this version if fully compatible with the previous stable release version 10.3.3.