Add sending statistics

This commit is contained in:
albexk
2023-11-29 17:08:53 +03:00
parent ef530780bd
commit 20f3c0388a
2 changed files with 34 additions and 11 deletions
@@ -31,8 +31,7 @@ enum class Action : IpcMessage {
REGISTER_CLIENT,
CONNECT,
DISCONNECT,
REQUEST_STATUS,
REQUEST_STATISTICS
REQUEST_STATUS
}
fun <T> T.packToMessage(): Message