in reply to Re^2: Best technique to code/decode binary data for inter-machine communication?
in thread Best technique to code/decode binary data for inter-machine communication?
Were you using \n as a record separator in your protocol by any chance? Binmode would prevent conversions in transmission, but the clients would be parsing the input differently, and some would never see a "\n" since they're really looking for "\r\n".
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Best technique to code/decode binary data for inter-machine communication? (newlines)
by tye (Sage) on Aug 16, 2012 at 01:14 UTC |