Fixed unexpected termination of the internal event loop function __mp_gui_event_loop() when in GUI mode
1.0.3
Fully compatible with Dinfio 3.1.06
All data that passed from parent process to child process (and vice versa) are now packed as a JSON format. So you can pass a number, string, boolean, array, and object directly without using pack() and unpack()
Function pack() and unpack() are now deprecated, and will be removed on the future release
1.0.2
All yielded data from the child process are now guaranteed to be catched by parent process