aidevr

Results 5 comments of aidevr

I'm actually using the output of first reply as input of another....if I send burst... sometimes these values get mixed t = command("GET") run(t); t = command("SET") run(t)

Any update on this issue ? seems like i'm facing something similar.

Im using connection class here is the sample code ``` connection::ptr_t conn = connection::create("127.0.0.1",port); unsigned int i = 0; while(i is_valid()) { cout

Any update on this ?