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
When the inbox and outbox are both implemented, we can remove the _body part of the process function as it now receive enough information directly in the header.
This means that the MessageDecoder which is currently only taking care of the body can be removed all-together.
When the inbox and outbox are both implemented, we can remove the
_body
part of theprocess
function as it now receive enough information directly in the header.This means that the
MessageDecoder
which is currently only taking care of the body can be removed all-together.Note: Look for "TODO(#5073)" in the codebase.
The text was updated successfully, but these errors were encountered: