richardmward

Results 2 comments of richardmward

I have had success creating a custom `MessageWriter` (which is passed into the `MessageConnection`). It's not really in a shareable state at the moment (but has been in heavy use...

What I have done (right or wrong!) is: When creating your message connection`createMessageConnection(reader, writer)` pass in a custom writer so that we have access to the `write(message)` method. On each...