grpc: updated create session to return a session object with default values, avoids scripts needing to create and then join, can just create and leverage the returned object
This commit is contained in:
parent
598cb0f10d
commit
53ae6ac784
12 changed files with 136 additions and 87 deletions
|
@ -179,8 +179,7 @@ message CreateSessionRequest {
|
|||
}
|
||||
|
||||
message CreateSessionResponse {
|
||||
int32 session_id = 1;
|
||||
SessionState.Enum state = 2;
|
||||
Session session = 1;
|
||||
}
|
||||
|
||||
message DeleteSessionRequest {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue