<p>They are disconnecting you because you have not defined a qf handler for a msg type they are sending you, and so qf is sending them Rejects.   Usually this means that you need to define an OnMessage callback for that msg type.  Or it can mean that it is a completely custom type, which you'll need to handle in FromApp.  Your messages log will tell you what msg type is being rejected (you only posted the event log).</p>