RE: EXT :Re: Trouble with messageReceived()

2013-09-16 Thread Karrys, Michael (IS)
ember 16, 2013 12:25 PM To: users@mina.apache.org Subject: EXT :Re: Trouble with messageReceived() On the client you are writing a hashmap to the session. I don't see a filter which turns the hashmap into a IoBuffer? Only IoBuffer can be written to the socket directly. On Sep 16, 2013 1:12

Trouble with messageReceived()

2013-09-16 Thread Karrys, Michael (IS)
I was wondering if someone could look at this and tell me what I am doing wrong. I don't seem to be getting the messageReceived() called on either the client or the server code. I have been able to get sumup example to run and I used code from that example to mashup this test code. I am rung OS/