Skip to content

How to achieve full duplex with esp-mbedtls? #49

Answered by AnthonyGrondin
yanshay asked this question in Q&A
Discussion options

You must be logged in to vote

With the current esp-mbedtls implementation, I think this is the best way to do this for now.

The ideal way, would be to implement something like TcpSplit or simply a split() method on AsyncConnectedSession, which would split the connection into a TlsReader and TlsWriter.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@yanshay
Comment options

Answer selected by yanshay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants