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
At the moment both are done by the sanitizer.
Because of it, we are not able to use the logic of extracting field inside a message type __init__ method.
Reviewing the structure for this should allow to simplify the code.
It might be best to do that after using contracts (instead of our acceptor implementation)
The text was updated successfully, but these errors were encountered:
We want to separate:
At the moment both are done by the sanitizer.
Because of it, we are not able to use the logic of extracting field inside a message type
__init__
method.Reviewing the structure for this should allow to simplify the code.
It might be best to do that after using contracts (instead of our acceptor implementation)
The text was updated successfully, but these errors were encountered: