mirror of
https://github.com/livekit/livekit.git
synced 2026-03-29 07:09:51 +00:00
Updated egress rpc (#1252)
* updated egress rpc * check if egress exists on stop * fix static check * remove old migration code * rename * regenerate, update test * latest staticcheck * update to psrpc 0.1.0 * fix tests * dual write rpcs on running egress * remove unused field * fix race, change service for egress impl * return nil if bus is nil * id -> ids * add affinityFunc to StartEgress
This commit is contained in:
6
.github/workflows/buildtest.yaml
vendored
6
.github/workflows/buildtest.yaml
vendored
@@ -43,9 +43,11 @@ jobs:
|
||||
args: build
|
||||
|
||||
- name: Static Check
|
||||
uses: dominikh/staticcheck-action@v1
|
||||
uses: dominikh/staticcheck-action@v1.2.0
|
||||
with:
|
||||
version: "2022.1"
|
||||
min-go-version: 1.18
|
||||
version: 2022.1.3
|
||||
install-go: false
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user