python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Python Sockets - Keeping server socket alive after it's done receiving data
I have a TCP/IP communication in Python where the client sends the image to the destination that is the server. After receiving the image is received, a response is sent back to the client informing t...
user11597888
Votes: 0
Answers: 1
Beginning of the string snprintf doesn't show
I'm trying to use snprintf to write a request string into the buffer. The first iteration works fine, however, after the second iteration it the beginning of the string disappears.
The function which ...
yyny
Votes: 0
Answers: 0
Accessing byte array values from socket inputStream
I am attempting to retrieve the byte values from an InputStream which is being sent to the socket. I have used many ways but it always prints me the address of the byte array instead of its contents.
...
Giorgos Cut
Votes: 0
Answers: 1
Connect multiple socket-client from different servers on single web-browser page
I have multiple servers in node js so each server has a socket client to communicate with the main server. when I connect all socket-client to the main server web page then I send a message to one spe...
Nikunj
Votes: 0
Answers: 0