use SyncLazy to track client connected state

This commit is contained in:
Evan Feenstra
2022-06-12 09:52:02 -07:00
parent 5a49be61b3
commit a1ecd05526
5 changed files with 46 additions and 13 deletions

View File

@@ -1,3 +1,4 @@
#![feature(once_cell)]
mod init;
mod mqtt;
mod run_test;