Reason Duan
Reason Duan
Has any update? This is a very important feature.
问题已修复,在下个版本中发布
> @IridiumOxide can you please post your configs and your `max.poll.timeout.ms` config for the worker I also encountered the same problem. My connector uses docker deployment, do I need to...
You can try setting it to true. ``` fetchEventSource('https://sample.api-service.com/stream', { openWhenHidden: true, onopen (res) { throw new Error("Dummy Error"); }, onerror (err) { return 1000; }, } ```
有没有更新?我也遇到相同的问题,使用docker部署
谢谢分享,豁然开朗~
给你提供一个插件`WaitExtension.py` **支持指定时间戳等待**, 到指定时间戳后则开始执行,脚本第二行添加:`[10,"WT","time",1716347696],`将时间戳改为自己想启动的时间戳 **支持获取指定点颜色等待** 在需要等待的行添加:` [200,"WT","color wait",[960, 1220],[255, 255, 255]],` 第4个参数代表屏幕上的点位置,第5各个参数代表指定点对应的rgb颜色,当屏幕中指定点的颜色值发生改变则继续执行后续操作。 ```python from assets.plugins.Extension import * import time import datetime from loguru import logger import win32gui class WaitExtension(Extension): def __init__(self,...
This is a very useful feature.
Add --cors at the end of the command to resolve this issue. `sudo docker run --net=host --name local-ai -ti -v $PWD/models:/models localai/localai:latest-aio-cpu --models-path /models --context-size 700 --threads 4 --cors` 
项目停止维护了吗?