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 Jul 13, 2023. It is now read-only.
Client will send nack message types. These should be logged out with similar fields as the Ack messages, while retaining the code as message_code in the logs.
The text was updated successfully, but these errors were encountered:
Nack messageTypes are now accepted for websocket clients and will be logged
along with the code. Unregister may now include a code and a log message
will be emitted for unregister commands including a code. Ack's also log
the code if included.
Closes#380
Per: https://bugzilla.mozilla.org/show_bug.cgi?id=1246341
Client will send nack message types. These should be logged out with similar fields as the Ack messages, while retaining the code as
message_code
in the logs.The text was updated successfully, but these errors were encountered: