Commit 4bdcece
authored
feat/heartbeat,redis_security,test_frame,chat_thread,transaction_in_mysql,feat/fake_KV_storage
[REDIS]: add timeout setting for heart beat signal
[CLIENT/SERVER]: add heart beat code
[BUG FIX]: add protect code to secure connectionRAII to prevent inner stub becoming invalid
[SECURITY]: redis & mysql check securty
[SERVER]: server shutdown with defered session shutdown after it trigger a write/read event
[TESTS]: add test framework
[ADD]:add chatthread for client
[ADD]:add transaction in mysql DB
[REMOVE]:remove chattinghistory class because of designed flow and no longer needs std::variant
[BUG FIX]: grpc argument issue fixed!
[ADD]:add customer KV storage to keep the record in sequence
[REFACTOR]File tree
135 files changed
+6738
-3052
lines changed- balance-server
- include
- config
- network
- redis
- service
- src
- chatting-client
- res
- chatting-server
- include
- buffer
- chat
- config
- grpc
- handler
- network
- redis
- server
- service
- sql
- tools
- user
- proto
- src
- conf
- external
- gateway-server
- include
- config
- network
- redis
- service
- sql
- src
- resources-server
- include
- config
- network
- redis
- server
- service
- sql
- src
- tests
- helloworld_test
- test_helloworld
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
135 files changed
+6738
-3052
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
20 | 27 | | |
21 | 28 | | |
22 | 29 | | |
| |||
26 | 33 | | |
27 | 34 | | |
28 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
29 | 43 | | |
30 | 44 | | |
31 | 45 | | |
| |||
69 | 83 | | |
70 | 84 | | |
71 | 85 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | 86 | | |
82 | 87 | | |
83 | 88 | | |
| |||
98 | 103 | | |
99 | 104 | | |
100 | 105 | | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
This file was deleted.
0 commit comments