-
Notifications
You must be signed in to change notification settings - Fork 7
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
Support TextReceiveStream(..., strip_newlines=True) #2
Comments
Hi, thanks for your interest! TextReceiveStream keeps the newlines in the output because regular Python file objects ( I'd be willing to add a |
Thank you so much for letting it know. |
Reopening to track |
Up 👍 oremanj are you planning to release a new version with some crispy new features? 😄 |
Hello oremanj,
I would like to ask for your kind help.
I use your tricycle library in one of my project with great pealsure. 👍
I only have a subtle issue, as you can see the new line character is
"\r\n"
and every message contains this character as well. What I mean is thatmsg == "#5G9803880F ###*071 RL30217638 *=\r\n"
. So currently I have to use msg.strip() method.I think that there is no use leaving control characters in the messages themself.
And it would be super awesome to have messages without new line characters out-of-box. 😃
But off course it is up to you, I just would like to know your opinion about it.
Btw, I find very helpful the your discussion about of graceful shutdown.
Thanks for your help in advance.
The text was updated successfully, but these errors were encountered: