panla
panla
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....
```python client.message_callback_add(topic, callback) async callback(client, userdata, msg): await ... pass ``` ```text how can i use an async func to message_callback_add ```
version: 0.6.0 有时候会执行完 migrate,就会顺带着执行 upgrade 再次 upgrade 时就提示 `No upgrade items found`
# custom SSL cert Error different aiomysql ## env - os: windows WSL - version: asyncmy: 0.2.9 ## code ```python import ssl context = ssl.SSLContext(protocol=ssl.PROTOCOL_TLS) context.check_hostname = False context.load_cert_chain(certfile=cert, keyfile=key)...