- add: logout grpc function
- add: logout packet handler - add: connection state and service for storing connection data - add: session service calls to auth-service - fix: compile error on database service due to moved redis cache
This commit is contained in:
@@ -23,6 +23,8 @@ tonic = "0.12.3"
|
||||
prost = "0.13.4"
|
||||
utils = { path = "../utils" }
|
||||
warp = "0.3.7"
|
||||
dashmap = "6.1.0"
|
||||
uuid = { version = "1.11.0", features = ["v4"] }
|
||||
|
||||
[build-dependencies]
|
||||
tonic-build = "0.12.3"
|
||||
|
||||
Reference in New Issue
Block a user