-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restore eol option on UDPWriter #387
Comments
Sorry, I'm late to the party. ;-) The I haven't run into anything that sends multiple messages in a single UDP packet, but I suppose it is possible. These cases would benefit from Setting eol='\n' certainly shouldn't be the default, as that would silently split any incoming UDP record with a '\n' in it. Just my $.02. |
* Attempt at fix for OceanDataTools#387 * Made the return statements a bit more concise
* Attempt at fix for OceanDataTools#387 * Made the return statements a bit more concise
* Attempt at fix for OceanDataTools#387 * Made the return statements a bit more concise
WIth the network re-factor the eol kwarg was removed. This was a useful argument for detecting the end of a data record and removing it before passing the record down the pike. Without it several ships are reporting duplicate carriage returns in the data files.
Would like to see the eol kwarg added back with the default set to '\n'
The text was updated successfully, but these errors were encountered: