Skip to content
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

Conversion between bytes and string #534

Merged
merged 1 commit into from
Sep 19, 2020

Conversation

fmauch
Copy link

@fmauch fmauch commented Sep 19, 2020

As of python3 sockets will input and output byte strings instead of String objects.

This commits does the necessary coversions inside the tcp_handler, but it might
not be the most thoughtful solution but just what I did to make it work with
python3.

I tested this also on python2 and it also works there.

As of python3 sockets will input and output byte strings instead of String objects.

This commits does the necessary coversions inside the tcp_handler, but it might
not be the most thoughtful solution but just what I did to make it work with
python3.
@mvollrath mvollrath merged commit 5ac83cc into RobotWebTools:develop Sep 19, 2020
@fmauch fmauch deleted the python3_tcp_handler branch June 1, 2021 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants