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

Fixed issue for Pycom devices where decode("UTF-8") is unavailable #35

Merged
merged 1 commit into from
Jun 20, 2018

Conversation

binloan
Copy link

@binloan binloan commented Jun 20, 2018

The decode command in the _unquote_decode function is not working on WiPy/LoPy devices.
Those devices will directly close the socket without any error (however no response will be send). I updated the function to use the str method instead.

@jczic jczic merged commit ac4dfde into jczic:master Jun 20, 2018
@jczic
Copy link
Owner

jczic commented Jun 20, 2018

Exactly !

@jczic
Copy link
Owner

jczic commented Oct 20, 2019 via email

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.

2 participants