Path: utzoo!attcan!uunet!mcvax!unido!fauern!faui44!msurlich
From: msurlich@faui44.informatik.uni-erlangen.de (Matthias Urlichs )
Newsgroups: comp.sys.mac.programmer
Subject: AppleTalk problem
Keywords: AppleTalk problem
Message-ID: <357@faui44.informatik.uni-erlangen.de>
Date: 24 Jun 88 12:14:16 GMT
Reply-To: msurlich@faui44.UUCP ()
Organization: CSD., University of Erlangen, W - Germany
Lines: 17


The following problem surfaced (the SelfSend flag was TRUE,
new Pascal interface used):

OpenSocket();
GetRequest(async);
ProcessRequest();
SendResponse();
CloseSocket();

works the first time. The second time, OpenSocket returns the same
socket number, but GetRequest() then never gets anything.
(The requests were sent from the same Mac under MultiFinder because
I don't have two Macs.)

Any clues as to what happens here and how to avoid it?
Apple: Is this a bug?