The online racing simulator
Help Dcon
(4 posts, started )
Help Dcon
Good, let me know if you can fix this error in some way shows that error when the server has a lot of lag.

Thanks in advance !

** Best answer **
Probally caused by lag and not sure anything can be done about that.

When programs send data over network they use 'sockets' to do so. There are two kind of sockets:
a) blocking - the program pauses/hangs until the operation is completed. For example when wanting to recieve data, the program will not continue with its other tasks until data has been recieved.
b) nonblocking - the program does not pause while doing the socket thing. Instead data is put into a buffer and when the program wants to recieve data, it takes data from the buffer. But what if buffer is empty, for example because connection was lagging? Then the socket would have to wait ("block") again, and informs about that with message: "would block." The program can then retry later, when connection is hopefully better.
..
Thanks for answers !

Help Dcon
(4 posts, started )
FGED GREDG RDFGDR GSFDG