Allow rpc_url to be assigned on Client with test-support feature (#13430)

Also, allow proto messages to be deserialized. This is to support
translating these messages JS types in a new server implementation based
on CloudFlare durable objects.

Release Notes:

- N/A
This commit is contained in:
Nathan Sobo 2024-07-10 13:36:22 -06:00 committed by GitHub
parent 15b8790a2c
commit 77b31d1845
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 60 additions and 33 deletions

View file

@ -8,7 +8,7 @@ pub use error::*;
pub use typed_envelope::*;
use collections::HashMap;
pub use prost::Message;
pub use prost::{DecodeError, Message};
use serde::Serialize;
use std::any::{Any, TypeId};
use std::time::Instant;