From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.182.66.5 with SMTP id b5mr6600378obt.19.1413344960014; Tue, 14 Oct 2014 20:49:20 -0700 (PDT) X-Received: by 10.140.34.231 with SMTP id l94mr1389qgl.10.1413344959906; Tue, 14 Oct 2014 20:49:19 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!uq10no10917281igb.0!news-out.google.com!i10ni87qaf.0!nntp.google.com!dc16no2931614qab.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 14 Oct 2014 20:49:19 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=66.176.73.77; posting-account=yiWntAoAAAC1KqC_shmxJYv07B9l6LNU NNTP-Posting-Host: 66.176.73.77 References: <13fb4505-4abd-4d5b-b18d-d05aa0a4dcb9@googlegroups.com> <32414aa2-3a0f-41fc-aef3-d8db709aacfc@googlegroups.com> <0b5ee58b-2d2d-4394-8215-0fa5d1a4740e@googlegroups.com> <5bf99c39-20f1-4fe3-9601-5c4d00598d7b@googlegroups.com> <32973087-dff1-4857-a7a6-1b39cb3ff4d2@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Gnoga Latest Updates From: David Botton Injection-Date: Wed, 15 Oct 2014 03:49:19 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:22494 Date: 2014-10-14T20:49:19-07:00 List-Id: > Not that I was planning on using the exit button, but wanted you to know = in case. Yes, but very appreciated! I was using a different project to test the fix. It ends up there was a race condition on shutting things down while handlin= g the "click" event, after On_Click is called, On_Message calls On_Mouse_Cl= ick but by then things were already shut down. Instead of directly forcing = a server stop I switched to just close the websocket which now works to shu= t down everything gracefully. git has the fix. Thanks! David Botton