Dear Support:
I am following the example of implicit posting of events with a Mailbox in the Sys/BIOS Users Guide section 4.2.1 and following the example pretty much verbatim. However when I perform the mailbox post, I am not getting an event to trigger and hence the Event_pend(...) call never returns. However if I follow the mailbox post with an event post, then no issue - I get the event and then do the mailbox pend to get the message.
But per my understanding, if during the creation of my mailbox, I perform the following:
mboxParams.readerEvent = myEvent;
mboxParams.readerEventId = Event_Id_XX.
then when I perform a Mailbox_post(...) call, that an event is triggered such that the Event_pend(...) returns, correct? If so, that is definitely not happening. The only way I can get this to work is to issue a Event_post(...) after my Mailbox(post(...) call which I don't think I should have to do this, correct? If so, do you know what I may be missing to get this to work properly? Please advise.
Thanks,
Tim