xiaoyulei

Results 12 comments of xiaoyulei

all the function parameter is ```char*```, like ```cetcd_set(cetcd_client *cli, const char *key, const char *value, uint64_t ttl) ```, if we write binary, it will make \0 as end character. ```value_escaped...

@shafreeck sorry, I lost one line `cetcd_add_watcher(&m_watchers, watcher);`, but in my real code it exist, I have update it.

If I do like this, it will generate a new thread. I want use one thread to manager all the watchers. ``` The fix is that you do not have...

In `cetcd_multi_watch_async_stop`, I see the code just stop thread, not recycle watchers.

@shafreeck I think you are right. we should cleanup curl before next used.

Thank you for your clairfy. Do you implement marine runtime especially for ```execute``` Wasm modules from scratch or base on other open source project?

> Not in current version, but in next release this will be implemented May I ask when new release will be published?