geotom / free.dm-Common

Core framework of free.dm
MIT License
1 stars 1 forks source link

Server transport does not await coroutine on closedown #7

Open geotom opened 6 years ago

geotom commented 6 years ago

When exiting a server transport in Python 3.7, the transport does not inform active clients of shutdown and cancel their active read/write handlers

freedm/transport/server/base.py:135: RuntimeWarning: coroutine 'wait' was never awaited