Skip to content

Commit

Permalink
Merge branch 'release/2023.7.1' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon committed Jun 26, 2023
2 parents ada3f6e + 4b030a3 commit f6d5124
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@

## develop

## 2023.7.1 (2023-06-26)

- [FIX] Connect 直後に Disconnect すると OnDisconnect コールバックが呼ばれないことがあるのを修正
- @melpon

## 2023.7.0 (2023-06-19)

- [ADD] 映像コーデックパラメータを指定可能にする
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SORA_CPP_SDK_VERSION=2023.7.0
SORA_CPP_SDK_VERSION=2023.7.1
WEBRTC_BUILD_VERSION=m114.5735.2.0
BOOST_VERSION=1.82.0
CMAKE_VERSION=3.26.4
Expand Down
1 change: 1 addition & 0 deletions src/sora_signaling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -890,6 +890,7 @@ void SoraSignaling::OnRead(boost::system::error_code ec,
}

if (state_ != State::Connected) {
DoRead();
return;
}

Expand Down

0 comments on commit f6d5124

Please sign in to comment.