Skip to content

"get" with binary data? #35

@egradman

Description

@egradman

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

No one assigned

    Labels

    P3Priority 3enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions