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
Because we're using Alert more generally than the standard namespace, we've ended up with some things in the enum that aren't really alerts, like AlertNoAlert and AlertStatelessRetry. We should rename those (or add some other safeguards) to avoid accidentally sending them on the wire.
The text was updated successfully, but these errors were encountered:
Because we're using
Alert
more generally than the standard namespace, we've ended up with some things in the enum that aren't really alerts, likeAlertNoAlert
andAlertStatelessRetry
. We should rename those (or add some other safeguards) to avoid accidentally sending them on the wire.The text was updated successfully, but these errors were encountered: