In reference to streaming data over socket:
Any one know how to keep a IO socket open while sending data everytime my while loops runs and collects data the connection closes and while the loop continues to get data none is ever sent over the socket.
Any one know how to keep a IO socket open while sending data everytime my while loops runs and collects data the connection closes and while the loop continues to get data none is ever sent over the socket.
Comment