Hi Michael,
You don't use MsgUnits when subscribing so if you have a msgUnit in the client interface, then it is a publish/publishOneway/publishArray, an update or the return of a get.How can I found out from a MsgUnit weather it is a publish or subscribe message ?
if isQuery is true then the KeyData object is a QueryKeyData which is used in erase, get, unSubscribe and subscribe.I noticed that KeyData has .isQuery, but no .isPublish or .isSubscribe ? Would it be hard to add these in ?
Michele