in the test where reply is not relayed, i set flag 16:
setflag(16);
then see this:
msg_parser.h:#define FL_RPL_SUSPENDED (1<<16) /* for async reply processing */
could this explain what is happening?
i have always thought that message flags can be freely used in the script. is it now so that flag 16 is reserved for suspend/resume feature?
if so, what other flags i'm not able to use in my script without messing everything up?
-- juha