Hi Alex, <br><br>thanks for the note - but in my case I&#39;m on the Croquet image and on the 3.8.18beta1U and my code looks like it should!<br><br>Georg<br><br><div class="gmail_quote">On Jan 5, 2008 1:47 PM, Alexander Lazarević &lt;
<a href="mailto:Alexander@lazarevic.de">Alexander@lazarevic.de</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Andreas Raab schrieb:
<br><div class="Ih2E3d">&gt; Georg Köster wrote:<br>&gt;&gt; This shows the use case. Shorter even:<br>&gt;&gt; |s|<br>&gt;&gt; s := Semaphore new.<br>&gt;&gt; Delay timeoutSemaphore: s afterMSecs: 1.<br>&gt;&gt; s wait.<br>
&gt;&gt; Transcript show: &#39;doesnt get here - not printed&#39;; cr.<br>&gt;&gt;<br>&gt;&gt; I hope I&#39;m doing something wrong here!<br>&gt;<br>&gt; You must be. This works fine in a Croquet SDK image.<br></div>Unfortunately it seems that a ChangeSet of mine addressing [1]
<br>introduced this bug. I guess it got included in 3.9 without anyone else<br>looking at it. As I mention in [2] the Delay class side method should read:<br><br>timeoutSemaphore: aSemaphore afterMSecs: anInteger<br> &nbsp; &quot;...comment...&quot;
<br><br> &nbsp; &nbsp;^ (self new setDelay: anInteger forSemaphore: aSemaphore) schedule<br><br>I guess trying to refactor too much made me change the method. I&#39;m sorry<br>that I did not double check it more carefully in the first place.
<br><br>Alex<br><br>[1] <a href="http://bugs.squeak.org/view.php?id=854" target="_blank">http://bugs.squeak.org/view.php?id=854</a><br>[2] <a href="http://bugs.squeak.org/view.php?id=6834" target="_blank">http://bugs.squeak.org/view.php?id=6834
</a><br><br></blockquote></div><br>