-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Description
Describe the bug
After enabling Synapse workers, Element Call stops working and reports an RTCSession error.
To Reproduce
Steps to reproduce the behavior:
- Edit
hostnames.yaml
to enable synapse workers:synapse: ingress: host: matrix.xxx.xxx resources: limits: memory: 12Gi media: maxUploadSize: 50M workers: background: enabled: true client-reader: enabled: true replicas: 1 encryption: enabled: true event-creator: enabled: true replicas: 1 event-persister: enabled: true replicas: 2 initial-synchrotron: enabled: true replicas: 2 media-repository: enabled: true presence-writer: enabled: true push-rules: enabled: true pusher: enabled: true replicas: 2 receipts-account: enabled: true sliding-sync: enabled: true replicas: 2 synchrotron: enabled: true replicas: 1 typing-persister: enabled: true user-dir: enabled: true
- Re-deploy helm chart
helm upgrade ......
- Make a Element Call by ElementX App
- Error occured:
RTCSession Error The MembershipManager shut down because of the end condition: Error: Could not restart delayed event, even though delayed events are supported. M_UNRECOGNIZED: MatrixError: [404] Unrecognized request (https://matrix.mtx01.cc/_matrix/client/unstable/org.matrix.msc4140/delayed_events/syd_aRnWkIJhnZGrpKFjazgR)
Expected behavior
Element Call should work.
Screenshots
Desktop (please complete the following information):
- App: Element X 25.06.02
- Browser: edge
Smartphone (please complete the following information):
- Device: Android
- OS: android 11
- App: Element X 25.06.02
Additional context
- ess-helm version: 25.6.1
gaelgatelement
Metadata
Metadata
Assignees
Labels
No labels