You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#[tokio::main(worker_threads = 512)]asyncfnmain(){let de = TestServerClient::new(&CLI);println!("{:?}",de.get_info());
fusen_common::init_log();let client = de;let res = client
.do_run1(ReqDto{str:"client say hello 1".to_string(),},ReqDto{str:"client say hello 2".to_string(),},).await;info!("{:?}",res);let res = client
.doRun2(ReqDto{str:"client say hello 2".to_string(),}).await;info!("{:?}",res);}
The text was updated successfully, but these errors were encountered:
Supports Interface Exposure Mode, make a webServer ? httpClient like fegin ?
For Example
Interface Definition
Server
Client
The text was updated successfully, but these errors were encountered: