likepeng

Results 2 comments of likepeng

I think I have found a way to process http asynchronously in websocket server ```c++ /// in websocket server main loop void on_http(connection_hdl hdl) { // TODO save hdl //...

主要是使用glog版本不一样,glog-0.6的版本回调函数参数是size_t, ubuntu自带的glog版本使用的是int