Skip to content

fix: resolve #828 by updating websocket's thread id header with currentThreadId to ensure session continuation after backend restart #2027

fix: resolve #828 by updating websocket's thread id header with currentThreadId to ensure session continuation after backend restart

fix: resolve #828 by updating websocket's thread id header with currentThreadId to ensure session continuation after backend restart #2027

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
branches: [main, dev]
push:
branches: [main, dev]
jobs:
mypy:
uses: ./.github/workflows/mypy.yaml
secrets: inherit
tests:
uses: ./.github/workflows/tests.yaml
secrets: inherit
ci:
runs-on: ubuntu-latest
name: Run CI
needs: [mypy, tests]
steps:
- name: 'Done'
run: echo "Done"