[AWS] raised SOCKETS.SOCKET_ERROR : Bind failed (errno is 98)

Jeremy Cowgar develop@cowgar.com
11 Jun 2002 13:02:37 -0400


When I am working with my main loop:

AWS.Server.Start 
	(
		WS,
		Dispatcher => H,
		Config => C
	);
		
AWS.Server.Wait (AWS.Server.Q_Key_Pressed);
AWS.Server.Shutdown (WS);


and quit via the 'Q' key, I always have to wait about 1 minute before I
run the program again or I get the exception:

raised SOCKETS.SOCKET_ERROR : Bind failed (errno is 98)

Is their something wrong? Am I not closing the server correctly? A
minute or so after quitting my program, I can then load it again.

Thanks,

Jeremy