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
Currently, when the static interface finds a type mismatch, no more packets are read, thus making further operations impossible.
Rationale: a static interface type mismatch means that a serious error has occurred. Either the type definitions must be updated (which needs rebuilding) or the database definitions are out of sync (can be solved by closing and re-opening the connection, as in a network failure).
However, this causes surprises. Following the principle of least surprise, it would be good to make these errors non-fatal.
Currently, when the static interface finds a type mismatch, no more packets are read, thus making further operations impossible.
Rationale: a static interface type mismatch means that a serious error has occurred. Either the type definitions must be updated (which needs rebuilding) or the database definitions are out of sync (can be solved by closing and re-opening the connection, as in a network failure).
However, this causes surprises. Following the principle of least surprise, it would be good to make these errors non-fatal.
See #211
The text was updated successfully, but these errors were encountered: