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:
parent
15b8790a2c
commit
77b31d1845
3 changed files with 60 additions and 33 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue