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
The OnExpiredPduRequest is using the transceivable.goClose() function. This uses the ExplicitClosing state. Therefor the OnClosed() and the session restart() functions are not called.
The normal behavior when any PDU expires, the user should be is given the choice to restart the bind by returning true to the closeBind variable. When its requested, the ConnectionIssue state should be used.
The
OnExpiredPduRequest
is using the transceivable.goClose()
function. This uses theExplicitClosing
state. Therefor theOnClosed()
and the sessionrestart()
functions are not called.The normal behavior when any PDU expires, the user should be is given the choice to restart the bind by returning true to the
closeBind
variable. When its requested, theConnectionIssue
state should be used.The text was updated successfully, but these errors were encountered: