We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ef986 commit 8d47beaCopy full SHA for 8d47bea
src/AudioTools/Communication/RTSP/RTSPPlatform.h
@@ -40,7 +40,7 @@ class RTSPPlatform {
40
* @brief Get next available client from server
41
*/
42
static TcpClientType getAvailableClient(TcpServerType *srv){
43
- return srv->available();
+ return srv->accept();
44
}
45
46
static constexpr TcpClient* NULL_TCP_SOCKET = nullptr;
0 commit comments