teng

Results 9 comments of teng

addtion: this conditions is ok with my local host once build in our test server, it almost happen every time.

sorry for this issue, there is a null point usage in my code, and it have not log anything before it, it has been recovered sliencely. close it, sorry again...

Hi @RomaricMourgues, my code has not resolved this issue, the biggest problem is there is a nil point I had used in my code, I had just repaired this nil...

There is some function `*socketio.Server.OnConnect()`, `*socketio.Server.OnError()`, `*socketio.Server.OnDisconnect()`. You should have a look at the [example directory](https://github.com/googollee/go-socket.io/tree/master/_examples).

and now, there is any feature to support this issue? search with optgroup's label attribute? i mean not work with `data-tokens` attribute?

Found solution: you should **recreate** you container after change .env file. Like this: ``` shell cd /path/to/dify/docker vi .env {change the (APP|WORKFLOW)_MAX_EXECUTION_TIME to as bigger enough you wished.} ``` And...

日志里面关联我们系统数据库的表名已经替换成 table scheme,有需要的话可以私聊给完整日志 感谢各位大佬

不甘心重新测试跑了下canal里面自带的test,发现设置ssl之后,queryMulti 函数报错,贴图如下: 有没有大佬能修复一下,因为是canal自己实现的数据库连接driver,这个是真不会,应该是要设置 multi 执行模式

> 你这个看着和ssl协议无关,而是在你的数据库服务端,看着不支持多语句 意思是服务端没开启多语句?有这个可能,但是正常服务器没特殊配置应该都支持多语句的,也没听说哪个数据库服务需要在服务端开启多语句支持,回头我试试直接直连数据库,然后执行多语句看看,但是感觉应该不是这个问题- -