Re: DatagramConnector - broadcast message sending problem

2007-09-28 Thread dcsepely
Thank you for your answer! I'll try it out. Trustin Lee wrote: On 9/26/07, dcsepely [EMAIL PROTECTED] wrote: I'm using Windows Vista Windows XP. I attached a sample application it also throws an org.apache.mina.common.RuntimeIOException after one minute. I don't know what

DatagramConnector - broadcast message sending problem

2007-09-26 Thread dcsepely
I've written a simple datagram broadcast sender application using Mina 1.1.2. It works correctly but after ~1 minute the IoSession.write() always throws an org.apache.mina.common.RuntimeIOException exception. There is exactly one IoSession instance during the application lifecycle. The full

Re: DatagramConnector - broadcast message sending problem

2007-09-26 Thread dcsepely
I'm using Windows Vista Windows XP. I attached a sample application it also throws an org.apache.mina.common.RuntimeIOException after one minute. Trustin Lee wrote: Hi DCSReply, On 9/26/07, dcsepely [EMAIL PROTECTED] wrote: I've written a simple datagram broadcast sender application