Guest_imported
New member
- Jan 1, 1970
- 0
Does anyone know how long can a clientsocket.socket.receivetext keep a string ?
Suppose i'm sending text using serversocket1.socket.connections.sendtext('anything'); to the same client twice at almost the same time, how to avoid the clientsocket.socket.receivetext to receive them as one string ?
Suppose i'm sending text using serversocket1.socket.connections.sendtext('anything'); to the same client twice at almost the same time, how to avoid the clientsocket.socket.receivetext to receive them as one string ?