Home » U++ Library support » U++ MT-multithreading and servers » cmdsrv appears to not work
| Re: cmdsrv appears to not work [message #22400 is a reply to message #18314] |
Fri, 10 July 2009 12:29   |
|
|
Tomas,
Please add line "server.DelayedWrite();" in package example "imgsrv":
GUI_APP_MAIN
{
..............
while(!canceled) {
==>HERE server.DelayedWrite();
server.Wait(1000);
if(server.IsError()) {
Without this line it not work!
Nice example, Thank you!
|
|
|
|
Goto Forum:
Current Time: Sun Jan 25 06:43:12 CET 2026
Total time taken to generate the page: 0.17943 seconds
|