U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ MT-multithreading and servers » how to use the TcpSocket::Get?
how to use the TcpSocket::Get? [message #46562] Tue, 31 May 2016 07:05 Go to previous message
akebee is currently offline  akebee
Messages: 90
Registered: August 2011
Location: China
Member
in "Referenct"->"SocketServer" we see
String w = s.GetLine();


it works well, but i don`t only want to revieve one line from the socket client,
so i changed to
String w = s.Get(1024);

but After several rounds,the server can`t recieve any data from client.
 
Read Message
Read Message
Previous Topic: NTLM Authentication for HttpRequest
Next Topic: Wait for other Threads
Goto Forum:
  


Current Time: Sat Apr 25 05:40:52 GMT+2 2026

Total time taken to generate the page: 0.00529 seconds