saltyrtc / saltyrtc-server-python

SaltyRTC signalling server implementation.
MIT License
59 stars 13 forks source link

Switch back from ensure_future to create_task where appropriate #95

Closed lgrahl closed 5 years ago

lgrahl commented 5 years ago

Apparently, I was a little misguided. No idea where I got the impression from that create_task should not be used.

Do #88 first for absolute clarity.