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
As you can see in the appopriate documentation for a worker that works with the middleware queue, the enduser must specify the game-mode field in request of String type, however, the worker isn't applying any checks / validation rules for the message body.
So, as the enduser, I'm expecting that I will receive a validation error for the invalid message content when the required fields aren't specified, missing or have invalid types. Otherwise the message must be delivered to the next processing stage without any errors.
The text was updated successfully, but these errors were encountered:
As you can see in the appopriate documentation for a worker that works with the middleware queue, the enduser must specify the
game-mode
field in request of String type, however, the worker isn't applying any checks / validation rules for the message body.So, as the enduser, I'm expecting that I will receive a validation error for the invalid message content when the required fields aren't specified, missing or have invalid types. Otherwise the message must be delivered to the next processing stage without any errors.
The text was updated successfully, but these errors were encountered: