nqf

Results 71 comments of nqf

> please check again, thanks. fixed @an-tao , If this fix is merged, could you create a new Release v1.8.1 ? ``` ==21103== Memcheck, a memory error detector ==21103== Copyright...

you can use redis-plus-plus lib ``` auto pipe = redis-plus-plus->pipeline(false); pipe.command("REDISQL.CREATE_DB", "TT") .command("REDISQL.EXEC", "TT", "COMMAND", "CREATE TABLE foo(name TEXT);") .command("REDISQL.EXEC", "TT", "COMMAND", "CREATE INDEX foo_index ON foo(name);") .command("REDISQL.EXEC", "TT", "COMMAND",...

> gethostbyname / getaddrinfo 等函数的实现内部都使用了TLS。 > > dns 查询过程中网络收发包有概率会导致协程被worksteal到另一个线程上,会导致TLS 变量数据异常。 > > @yyzybb537 这个问题解决了吗

![image](https://github.com/yyzybb537/libgo/assets/29970876/53c7ce1d-2688-417c-8a33-da32d5072c27)

You should execute a while loop in another thread, otherwise it will block the io thread.

> whenever trying locally or from replit it is not working, showing this: {"_action":"_ask","error":"an error occurred list index out of range","success":false} > > please tell me how can i fix...

https://github.com/fantasy-peak/cpp-freegpt-webui.git

I also think adding prefixes is better, but I have encountered conflicts as well