[haXe] Re: I think I might be on to the issue with the app dying
Nicolas Cannasse
ncannasse at motion-twin.com
Sun Apr 15 23:09:28 CEST 2007
> One question I have Nicolas, is that, Tim had the connect call in the
> loop - is it necessary to do that with UDP? I would have thought
> calling connect() prior to starting the application loop would have been
> the way to go.
>
> thoughts?
The "loop" is actually called only once, then loop infinitely using
while(true). So as long as the connect is before the while that's not a
problem.
Nicolas
More information about the Haxe
mailing list