You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
As discussed recently, the OutputCallback in IConnectionCallbackHandler doesn't make sense. The buffer is not meant to contain data, it's a source of unused buffers. The else portion of the if-else block in MMALConnectionImpl's NativeConnectionCallback method invokes the callback, but the buffer Length is always zero, so it is never actually executed.
The text was updated successfully, but these errors were encountered:
As discussed recently, the
OutputCallback
inIConnectionCallbackHandler
doesn't make sense. The buffer is not meant to contain data, it's a source of unused buffers. The else portion of the if-else block inMMALConnectionImpl
'sNativeConnectionCallback
method invokes the callback, but the bufferLength
is always zero, so it is never actually executed.The text was updated successfully, but these errors were encountered: