-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
P3Priority 3Priority 3enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Hi, I'm using this library on a Teensy 3.2 with a Wiznet adapter and it's working great so far. Thanks for writing it!
I'm storing binary data in a redis key and trying to GET it on the teensy. What I think I'm seeing is that embedded NULL bytes are causing the received data to be incomplete. Am I correct that this library isn't designed to handle data values with NULL characters?
This isn't blocking me; my workaround is to base64 encode the data on the server and decode it on the device, which is working well and a hack I can totally live with.
Metadata
Metadata
Assignees
Labels
P3Priority 3Priority 3enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed