wialon / gmqtt

Python MQTT v5.0 async client
MIT License
400 stars 52 forks source link

Python 3.8 deprecation warning #111

Closed cloud-rocket closed 4 years ago

cloud-rocket commented 4 years ago

Just putting this warning here

::test_admin_subscription
  c:\python38-32\lib\site-packages\gmqtt\mqtt\protocol.py:19: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.
    self._connected = asyncio.Event(loop=loop)

-- Docs: https://docs.pytest.org/en/latest/warnings.html
wialon commented 4 years ago

Hi @cloud-rocket

We have been fixed this in 0.6.6 version;