Projects STRLCPY jscythe Commits 43f3d33c
🤬
  • ■ ■ ■ ■ ■ ■
    src/main.rs
    skipped 238 lines
    239 239   
    240 240   println!("reading events, press ctrl+c to exit ...\n");
    241 241   
     242 + // first read Runtime.eval result
     243 + println!("{:?}", client.recv_message().unwrap());
     244 + 
    242 245   let varialble_payload = args.poll_variable.map(|name| {
    243 246   serde_json::to_string(&protocol::requests::RuntimeEval::new(&format!(
    244 247   "JSON.stringify({})",
    skipped 35 lines
Please wait...
Page is in error, reload to recover