Anton Sviridov wrote:
> If the application receives data very quickly (on a localhost, data
> is read from file), DataAvailable cycle "hangs" application
> preventing all other actions.
On very fast transfers it happens that certain messages are delayed.
To keep your GUI responsive you can run IC
If the application receives data very quickly (on a localhost, data is read
from file), DataAvailable cycle "hangs" application preventing all other
actions. I''ve tryed to set wsoNoReceiveLoop, but that didn''t change
something. When I set a *small* delay in my test server app (20 msec), all
w