Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
3.0.2, 3.0.3
-
None
-
None
-
Any
Description
SSL/TLS and non-blocking API cannot be used together.
The reason is that functions ma_pvio_read() and ma_pvio_write() do not consider the possibility that both options are available.
Trying to combine SSL and non-blocking API will result in connections being established (thanks to ma_tls_connect()), but unable to send any command and retrieve any result.