WASM compatibilty
This commit is contained in:
parent
f59c28d966
commit
e4186a7ec0
@ -3,7 +3,7 @@
|
||||
//! This example demonstrates how to use the connector without TLS dependencies
|
||||
//! for WebAssembly builds.
|
||||
|
||||
use socktop_connector::{connect_to_socktop_agent, ConnectorConfig, AgentRequest};
|
||||
use socktop_connector::{AgentRequest, ConnectorConfig, connect_to_socktop_agent};
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
|
||||
@ -6,8 +6,8 @@ use prost::Message as _;
|
||||
use std::io::Read;
|
||||
use tokio::net::TcpStream;
|
||||
use tokio_tungstenite::{
|
||||
MaybeTlsStream, WebSocketStream, connect_async,
|
||||
tungstenite::Message, tungstenite::client::IntoClientRequest,
|
||||
MaybeTlsStream, WebSocketStream, connect_async, tungstenite::Message,
|
||||
tungstenite::client::IntoClientRequest,
|
||||
};
|
||||
use url::Url;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user