I’m running a local worker and having a local participant join. It was working fine until recently.
Since yesterday, when a participant joins, the following log is printed by the worker:
session_id: 11111 :: pid(35761) :: ffi_event_callback :: ERROR :: livekit:
rtc enginertc session503
livekitrtc engine:rtc_session - signal_event taking too much time: Answer(SessionDescription { r#type: "answer", sdp: "v=0\r\no=- 9154060974659867878 1752209019 IN IP4 0.0.0.0\r\ns=-\r\nt=0 0\r\na=msid-semantic:WMS *\r\na=fingerprint:sha-256 70
9D38
0E7A
F2A1
1542
E73C
FB42
A9B2
044B
0DDD
3BBE
EDEB
EBB3
FA82
749A
E0A8
9D\r\na=ice lite\r\na=extmap allow mixed\r\na=groupBUNDLE 0 1\r\nm=video 9 UDP/TLS/RTP/SAVPF 100\r\nc=IN IP4 0.0.0.0\r\na=setup
active\r\na=mid0\r\na=ice-ufrag
RuZWNghjKQSGjJmc\r\na=ice pwdpKDAxVQxPfqaPzScnHEQLGcEEjlgXqth\r\na=rtcp-mux\r\na=rtcp-rsize\r\na=rtpmap:100 VP8/90000\r\na=rtcp-fb:100 transport-cc \r\na=rtcp-fb:100 ccm fir\r\na=rtcp-fb:100 nack \r\na=rtcp-fb:100 nack pli\r\na=extmap:9 urn
ietfparams
rtp hdrextsdes
mid\r\na=extmap11 urn
ietfparams
rtp hdrextsdes
repaired rtp stream id\r\na=extmap4
http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01\r\na=extmap:10 urn
ietfparams
rtp hdrextsdes
rtp stream id\r\na=extmap12
https://aomediacodec.github.io/av1-rtp-spec/#dependency-descriptor-rtp-header-extension\r\na=rid:f recv\r\na=rid:h recv\r\na=rid:q recv\r\na=simulcast:recv f;h;q\r\na=recvonly\r\nm=application 9 UDP/DTLS/SCTP webrtc-datachannel\r\nc=IN IP4 0.0.0.0\r\na=setup
active\r\na=mid1\r\na=sendrecv\r\na=sctp-port
5000\r\na=max message size65535\r\na=ice-ufrag
RuZWNghjKQSGjJmc\r\na=ice pwdpKDAxVQxPfqaPzScnHEQLGcEEjlgXqth\r\n" })
What could be the cause of this?