Applet not destroying cleanly

2007-11-22 Thread paul bryant
Hi I am using mina 1.1.3 for communications between an applet and a server process, using DemuxingProtocolCodecFactory and a DemuxingIoHandler my implementation is based on the GraphicalCharGen example. The Problem: Applet Not Destroying cleanly >From reading the forum it would appear that

Re: Applet not destroying cleanly

2007-11-22 Thread paul bryant
ndler(AlarmsMessage.class, new AlarmsMessageHandler( this.messageListener)); } -- View this message in context: http://www.nabble.com/Applet-not-destroying-cleanly-tf4855371s16868.html#a13896088 Sent from the Apache MINA Support Forum mailing list archive at Nabble.com.

Re: Applet not destroying cleanly

2007-11-22 Thread Trustin Lee
On Nov 22, 2007 9:45 PM, paul bryant <[EMAIL PROTECTED]> wrote: > Well I knew as soon as I posted to the forum I would fix it. (Been trying to > fix it for a day on and off) > For others here the fix is below in bold. > I think the problem is the demo's have not been updated to reflect various > ch