zevv / nmqtt

Native Nim MQTT client library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stop runPing() when user has closed socket

ThomasTJdev opened this issue · comments

  1. When closing the socket ctx.close, the ping can still be running. That will result in Exception type: [OSError].

  2. Make close() as public *

Not relevant anymore due to merged PR's.