We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After updating the go server sdk from v2.3.1 to v2.4.1 we have seen the following regression:
v2.3.1
v2.4.1
The go application believes the track is published, but the web browser application does not see it.
These are the logs of the application:
2025-01-20 14:28:14 INFO Livekit reconnecting ( RoomCallbackOnReconnecting) 2025/01/20 14:28:14 "level"=0 "msg"="resuming connection..." "reconnectCount"=0 2025/01/20 14:28:14 "msg"="resume connection failed" "error"="reconnect received left, reason: STATE_MISMATCH" 2025/01/20 14:28:14 "level"=0 "msg"="restarting connection..." "reconnectCount"=1 2025/01/20 14:28:14 "level"=0 "msg"="published track" "name"="audio" "source"="MICROPHONE" "trackID"="TR_AMfaNXURDXiJDU" 2025-01-20 14:28:14 INFO Livekit reconnected (RoomCallback OnReconnected)
Browser:
I tried refreshing the browser to no effect.
Room: RM_HwAZcbJjDucX
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After updating the go server sdk from
v2.3.1
tov2.4.1
we have seen the following regression:The go application believes the track is published, but the web browser application does not see it.
These are the logs of the application:
Browser:
I tried refreshing the browser to no effect.
Room: RM_HwAZcbJjDucX
The text was updated successfully, but these errors were encountered: