Robert Alfaro
Robert Alfaro
Checking in, how are things going? @tve did the merger of #59 help? I'm looking to use tls for an async client connection.
I think there no doubt we want this merged...@me-no-dev is busy, but I think can agree. If there is anything I can help with, please let me know.
I'm all for examples, but there are none in this repo... Why the requirement before merging?
Have you tried `strnlen()`? I think it's considered safe because you pass in the size (compared to strlen running until it finds a `\0`)
@tve may I have permission to push to your branch?
I was trying to push straight to this PR branch..avoiding forking your forked repo.
Is this assuming I've forked the upstream repo? What I've done thus far is: ``` git clone [email protected]:me-no-dev/AsyncTCP.git git fetch origin pull/48/head:pr/48 git checkout pr/48 git push [email protected]:tve/AsyncTCP pr/48:mbed-tls-try2 ```...
I conflated this project with another..I do have a fork under my work email on same github account. I'll have something for you.
@me-no-dev bump
Thanks for debugging! I'll be looking into this soon