- add: ability to refresh the current session
- add: delete type to delete character request - add: ability to update key in redis - add: handle alive packet to refresh the session - fix: delete now actually returns the time remaining correctly - fix: character list now has the correct time until character deletion
This commit is contained in:
@@ -5,6 +5,7 @@ package session_service_api;
|
||||
service SessionService {
|
||||
rpc CreateSession (CreateSessionRequest) returns (SessionResponse);
|
||||
rpc GetSession (GetSessionRequest) returns (SessionResponse);
|
||||
rpc RefreshSession (GetSessionRequest) returns (SessionResponse);
|
||||
rpc DeleteSession (DeleteSessionRequest) returns (Empty);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user