Hi,
Using KEMI Python and doing serial forking via:
msg.call_function("t_load_contacts")
msg.call_function("t_next_contacts")
* I
couldn't see that the functions are exported to KEMI yet. I'm not great with C so I haven't tried exporting them myself.
I get the following in the log files:
However, it seems to be working anyway. Is the ERROR because I use the msg.call_function() ? Is there any better way to do serial forking using KEMI?
Thank you,
Samuel F