Skip to content

Commit 6b48254

Browse files
committed
Temporary check-in to test possible fix for accidentally discovered issue.
1 parent c8779e1 commit 6b48254

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -2680,6 +2680,10 @@ void MainFrame::startRxStream()
26802680
CallAfter([&, error]() {
26812681
wxMessageBox(wxString::Format("Error encountered while processing audio: %s", error), wxT("Error"), wxOK);
26822682
});
2683+
2684+
// Force shutdown of connection
2685+
wxCommandEvent tmpEvent;
2686+
OnTogBtnOnOff(tmpEvent);
26832687
};
26842688

26852689
rxInSoundDevice->setOnAudioData([&](IAudioDevice& dev, void* data, size_t size, void* state) {

0 commit comments

Comments
 (0)