From db89ca7bc2bde46ec1e1f7ba9936c93b2b8b4be8 Mon Sep 17 00:00:00 2001 From: Horhik Date: Sun, 18 Apr 2021 18:35:14 +0300 Subject: [PATCH] make requested messages coming to core, but not sending to client --- .idea/workspace.xml | 34 ++++++++++++++++++++++----- src/api/handlers.rs | 7 ++++++ src/chat/front_conn.rs | 28 ++++++++++++++++++---- src/chat/serv_conn.rs | 21 +++++++++++------ src/chat/serv_handler.rs | 1 + src/chat/stay_awake.rs | 50 ++++++++++++++++++++++++++-------------- src/chat/types.rs | 2 +- 7 files changed, 108 insertions(+), 35 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index b839506..3d37872 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,5 +1,8 @@ + + @@ -11,14 +14,12 @@ - - - - + - - + + + @@ -62,6 +72,11 @@ + + + + @@ -69,7 +84,9 @@ + @@ -85,10 +102,15 @@ + + + +