mirror of
https://github.com/wassname/ray.git
synced 2026-08-15 12:45:23 +08:00
Add Ray client protocol version (#13846)
This commit is contained in:
@@ -266,6 +266,8 @@ message ConnectionInfoResponse {
|
||||
string ray_commit = 3;
|
||||
// The Python version (e.g., "3.7.2").
|
||||
string python_version = 4;
|
||||
// The protocol version of the server (e.g., "2020-02-01").
|
||||
string protocol_version = 5;
|
||||
}
|
||||
|
||||
message DataRequest {
|
||||
|
||||
Reference in New Issue
Block a user