We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Currently when sending security error messages to core, we do not send JSON / binary error data, but the protocol spec dictates that we should.
n/a easily visible in code
Library sends correctly formed error message
Library sends malformed error message
SDLProtocol.sdl_serverSecurityFailedMessageWithClientMessageHeader see nil jsonData and nil binaryData
SDLProtocol.sdl_serverSecurityFailedMessageWithClientMessageHeader
nil
jsonData
binaryData
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
Currently when sending security error messages to core, we do not send JSON / binary error data, but the protocol spec dictates that we should.
Reproduction Steps
n/a easily visible in code
Expected Behavior
Library sends correctly formed error message
Observed Behavior
Library sends malformed error message
OS & Version Information
Test Case, Sample Code, and / or Example App
SDLProtocol.sdl_serverSecurityFailedMessageWithClientMessageHeader
seenil
jsonData
andnil
binaryData
The text was updated successfully, but these errors were encountered: