yanggeorge

Results 2 issues of yanggeorge

cmake config 出错。 错误出在wrappers下的CMakeFiles.txt中 ``` FILE (GLOB wrappers_SRCS ) ADD_LIBRARY (iot_hal OBJECT #

I create a bigqueue, and enqueue many items, then dequeue all. But the size of bigqueue on disk will become bigger and bigger. ```java String queueDir = "/Users/ym/data/bigqueue"; String queueName...