Simplified socket creation and handling
    Adam D. Ruppe 
    destructionator at gmail.com
       
    Mon May 21 10:54:55 PDT 2012
    
    
  
On Saturday, 19 May 2012 at 20:33:49 UTC, Nathan M. Swan wrote:
> It has some pitfalls (e.g. I can't find a good way to stop the 
> server)
When I use it, I just leave it open in a terminal window.
Control+C can then kill it. (I'm on linux but I think the
same would apply on Windows.)
That's the only way right now. I was trying to make break;
work in that connect opApply thing, but it didn't work
right so there is no quit ability inside the app right now.
    
    
More information about the Digitalmars-d-learn
mailing list