Skip to content

Commit

Permalink
Add missing SendPendingOutgoingDtlsData()
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Feb 21, 2024
1 parent 6e31bf6 commit 8d46a5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worker/src/RTC/DtlsTransport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -875,6 +875,7 @@ namespace RTC

SSL_set_connect_state(this->ssl);
SSL_do_handshake(this->ssl);
SendPendingOutgoingDtlsData();
SetTimeout();

break;
Expand Down

0 comments on commit 8d46a5f

Please sign in to comment.