Async client for the Kite Connect WebSocket API
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: update README

+1 -1
+1 -1
README.md
··· 52 52 .await?; 53 53 54 54 // await quotes 55 - if let Ok(Some(msg)) = subscriber.next_message().await? { 55 + if let Some(msg) = subscriber.next_message().await? { 56 56 match msg { 57 57 TickerMessage::Tick(ticks) => { 58 58 let tick = ticks.first().unwrap();