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
Call the will_set method and leave the payload parameter as its default value of None.
This causes an exception of Message can not be none.
If the payload can't be None, then it should not have a default value of None - all default values should work as their existence implies that the value is allowed.