-
Notifications
You must be signed in to change notification settings - Fork 8
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
Tuple with '/r' as new line character #28
Comments
Can you give more details, please? |
Yes thats right. its a tcp text stream whose end of line is a sentence with a '/r' at the end. it does not have the '/n' after it. |
@leongor Couple of questions:
Thanks! |
|
@leongor can you show me where to look to override the default? I can see if I can add a parameter. Just want to try this and figure out what we need. |
@chanskw here: data_item.cpp |
@chanskw Did you have a chance to look at it? |
I am running the TCPServerDuplex (non-blob) example and I realize it cannot handle '\r' as new line. It only recognizes '\n'.
As a result, the tuple data is not being fed downstream from TCPServer. It would be great if you can add support for such cases or better, a user defined end of message character.
Thanks!
The text was updated successfully, but these errors were encountered: