mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-23 08:31:43 +02:00
fix: need an implementation of available() for WebSocketImpl
This commit is contained in:
@@ -322,5 +322,11 @@ Poco::Timespan WebSocketImpl::getReceiveTimeout()
|
||||
return _pStreamSocketImpl->getReceiveTimeout();
|
||||
}
|
||||
|
||||
|
||||
int WebSocketImpl::available()
|
||||
{
|
||||
return _pStreamSocketImpl->available();
|
||||
}
|
||||
|
||||
|
||||
} } // namespace Poco::Net
|
||||
|
Reference in New Issue
Block a user