在用版本1.11.8时,音频、视频会话超时,不能进入room(偶尔成功,双方能正常视频通话,概率10%左右)。监控docker“service-core-1”的日志,总是报告如下错误。 || When using version 1.11.8, the audio and video sessions time out and cannot enter the room (occasionally it succeeds and both parties can have normal video calls, the probability is about 10%). Monitoring the logs of docker "service-core-1", the following error is always reported. #799
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'translator' | |
on: | |
issues: | |
types: [opened, edited] | |
issue_comment: | |
types: [created, edited] | |
discussion: | |
types: [created, edited] | |
discussion_comment: | |
types: [created, edited] | |
pull_request_target: | |
types: [opened, edited] | |
pull_request_review_comment: | |
types: [created, edited] | |
jobs: | |
translate: | |
permissions: | |
issues: write | |
discussions: write | |
pull-requests: write | |
runs-on: ubuntu-latest | |
steps: | |
- uses: lizheming/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
with: | |
IS_MODIFY_TITLE: true | |
APPEND_TRANSLATION: true |