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
I am getting some typespec errors because Dialyzer doesn't like Message{timestamp: nil}. This timestamp was added as a required key. Shouldn't it be optional, so that it can be skipped as in the compression example, and not produce any dialyzer errors?
I am getting some typespec errors because Dialyzer doesn't like
Message{timestamp: nil}
. This timestamp was added as a required key. Shouldn't it be optional, so that it can be skipped as in the compression example, and not produce any dialyzer errors?The text was updated successfully, but these errors were encountered: