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
In the the SDLIAPSession class, the sdl_dequeueAndWriteToOutputStream method attempts to write to the output stream even if the output stream has no space available. This produces the warning
332 failed to write because stream does not have space available
To silence this warning, the sdl_dequeueAndWriteToOutputStream method should check if the ostream has space available before attempting to write. If it does not, the method should return.
Bug Report
In the the SDLIAPSession class, the
sdl_dequeueAndWriteToOutputStream
method attempts to write to the output stream even if the output stream has no space available. This produces the warningTo silence this warning, the
sdl_dequeueAndWriteToOutputStream
method should check if theostream
has space available before attempting to write. If it does not, the method should return.Reproduction Steps
Expected Behavior
There should be no output stream write errors in the debug logs.
Observed Behavior
There are output stream write errors in the debug logs.
OS & Version Information
The text was updated successfully, but these errors were encountered: