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
While JSON does not officially support comments in the style of // comment, many JSON serializers allow the use of comments without breaking.
This means that if a JSON message with a comment in the payload is sent to the error queue, the body will be stored with the comment. ServicePulse will fail to render the body though as comments are not supported by the browser's deserializer.
The text was updated successfully, but these errors were encountered:
While JSON does not officially support comments in the style of
// comment
, many JSON serializers allow the use of comments without breaking.This means that if a JSON message with a comment in the payload is sent to the error queue, the body will be stored with the comment. ServicePulse will fail to render the body though as comments are not supported by the browser's deserializer.
The text was updated successfully, but these errors were encountered: