I'm attempting to do some networking and it seems as if Blitz is limiting the communications to 80 characters per line. I'm not sure whether it's some kind of limit on the strings, or the TCP stream I'm reading from.
The program is a relay between a client an a server that wouldn't normally be able to communicate, Blitz is translating. So it's acting as a client to one, and a server to another, and passing data between the two.
They are both definitely sending lines bigger than 80 characters, but when it gets to the other end it seems a newline has appeared in the middle.
If anyone knows why this might be happening or a way around it please let me know :)
The program is a relay between a client an a server that wouldn't normally be able to communicate, Blitz is translating. So it's acting as a client to one, and a server to another, and passing data between the two.
They are both definitely sending lines bigger than 80 characters, but when it gets to the other end it seems a newline has appeared in the middle.
If anyone knows why this might be happening or a way around it please let me know :)