Called when a message of unknown type is received. Default action is to return an NotHandled
code which causes a FX::FXIPCMsg_Unhandled to be returned to the sender if that message has an ack. Note that because the type is unknown, the message is not deserialised and so only the header is valid.
- Warning:
- You cannot return
HandledAsync
from this function