mirror of https://github.com/grpc/grpc.git
xds_client_fuzzer: fix send message on a stream that does not exist yet (#31648)
parent
47b9a57de9
commit
2ff54946ff
2 changed files with 12 additions and 3 deletions
@ -0,0 +1,9 @@ |
|||||||
|
bootstrap: "{\"xds_servers\": [{\"server_uri\":\"xds.example.com:443\", \"channel_creds\":[{\"type\": \"fake\"}]}]}" |
||||||
|
actions { |
||||||
|
send_message_to_client { |
||||||
|
stream_id { |
||||||
|
ads { |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue