Yong Li

Results 3 issues of Yong Li

This may be able to be solved by registering a twisted producer and when twisted calls pauseProducing, daphne can just disconnect the client. Autobahn exports this interface through WebSocket protocols.

bug
exp/advanced

Just noticed this while reading the source code. When `HAVE_LIBRADOS` is true and `HAVE_MMAP` is false, `write_changes_to_disk` could be called twice? ``` #ifdef HAVE_LIBRADOS if (rrd_file->rados) write_changes_to_disk(&rrd, rrd_file, version); #endif...

In rospy, service providers can raise `rospy.ServiceException` with error messages. However roscpp clients cannot get the error message. When you work with some roscpp nodes and rospy nodes, this can...

enhancement