Merge branch 'develop' of https://gitee.com/fusenpack/fusenapi into develop
This commit is contained in:
commit
16acfb7320
6
server/collection/Dockerfile
Executable file
6
server/collection/Dockerfile
Executable file
|
@ -0,0 +1,6 @@
|
|||
FROM alpine
|
||||
|
||||
WORKDIR /www/fusenapi/
|
||||
COPY ./bin/api-collection-srv /www/fusenapi/
|
||||
COPY ./etc /www/fusenapi/etc
|
||||
CMD ["/www/fusenapi/api-collection-srv"]
|
|
@ -115,7 +115,7 @@ func (w *wsConnectItem) consumeRenderImageData() {
|
|||
}()
|
||||
select {
|
||||
case <-w.extendRenderProperty.renderCtx.Done():
|
||||
panic("=========渲染取消旧的上下文=======")
|
||||
panic("=========检测到模板标签/颜色变化,渲染取消旧的任务=======")
|
||||
case <-tmpChan:
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user