Searched refs:data_str (Results 1 – 1 of 1) sorted by relevance
54 auto data_str = json_writer.write(data); in SendJson() local55 ws_conn->Send(reinterpret_cast<const uint8_t*>(data_str.c_str()), in SendJson()56 data_str.size()); in SendJson()