You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wsm_fini() should either kill all the clients or return an error if some clients still depend on it.
We could implement that by having the list of clients in libwsm or just count the number of clients. I would prefer having the first as the more information we have, the better!
The text was updated successfully, but these errors were encountered:
wsm_fini() should either kill all the clients or return an error if some clients still depend on it.
We could implement that by having the list of clients in libwsm or just count the number of clients. I would prefer having the first as the more information we have, the better!
The text was updated successfully, but these errors were encountered: