Open
Description
Link to documentation of AsyncMysqlClient:
https://docs.hhvm.com/hack/reference/class/AsyncMysqlClient/connect/
Link to documentation of AsyncMysqlConnectionPool:
https://docs.hhvm.com/hack/reference/class/AsyncMysqlConnectionPool/connect/
Issues:
- There is no explanation of how the MySSLContextProvider parameter works
- AsyncMysqlConnectionPool is missing MySSLContextProvider entirely. It is unclear how we can use use SSL connections here.
Activity