Takatoshi Kondo
Takatoshi Kondo
Related to No.4, https://github.com/redboltz/mqtt_cpp/blob/master/include/mqtt/endpoint.hpp#L6850-L6863 implementation is a result of many times try and error.
Nice! http://turtle.sourceforge.net/turtle/acknowledgements.html Takatoshi Kondo is me ;)
I think that 2 and 3 are implemented as a wrapper of existing APIs. If they are, nice to have. 1 is a little complicated. offline publish implementation is not...
@jonesmz , yes we can implement the higher level APIs that wraps endpoint (or client).
It seems that only free() time is measured. I think that the following code https://gist.github.com/vishnureddy17/65f3d0b587a8ca0853ee9f17b77757e8#file-compare-js-L25-L34 ```js for (let allocator of [setAllocator, packetIdAllocator, numberAllocator]) { for (let i = 0; i...
@huang12zheng, thank you for the comment. Do you mean it can be done on the current library code https://github.com/lun3x/multi_index_map/commit/a086ff85690d1e69bfc83bb96909f9e3ef3c03d2 ? Coud you post some example code, if you have a...
Temporary fixed by #33.
I need a time to study catch2. Please wait a moment.
msgpack-c (C++) uses exceptions. I guess that you would get compile errors like "error: cannot use 'throw' with exceptions disabled".
It is intentional design. See #1070 and #1017. > Regarding the spec, I interpreted the following such that for "an object _of a certain source type_, serializers SHOULD use the...