> Did you try DelayMBS(0.001) It seems that anything lower than .01 (maybe even .02) all produce the same result.
In searching, I found this comment from you from a few years ago saying: Re: [MBS] DelayMBS with small times Date: 29.10.03 15:10 (Wed, 29 Oct 2003 15:10:39 +0100) From: Christian Schmitz Delay uses Ticks where 60 ticks make one second and it normally sleeps in 10 ticks intervals. So it may only work well for times like 0.2 seconds. Is that still the case? If DelayMBS(0.001) really produced just a 1ms delay (and allowing UDPsockets to send during that time), that would be perfect! But it doesn't appear to do that. Jon _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
