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
* TCP tests: TC-SC-8.x - Use ArmFailsafe as cmd (project-chip#37313)
* TCP tests: TC-SC-8.x - Use ArmFailsafe as cmd
Also add top-level pics
* Fix payload capability
* Fix for Bug project-chip#36732 (project-chip#36879)
Set the app_state callback object in the Connection state to null
when the CASE session object is being cleared, on top of setting the
inner callback methods to null.
This prevents the callback object from being accessed later, when the
connection is getting closed(after the CASE session has been set up and
the session object no longer exists).
* Fix for Bug project-chip#36731. (project-chip#36880)
Add CloseActiveConnections() call in TCPBase::Close(), which
is called as part of Server::Shutdown().
Active connections should be closed as part of Server shutdown.
This allows the TCPConnectionState to also close the associated
TCPEndpoint object as part of this shutdown flow.
Previously, the CloseActiveConnections() call was present in the
TCPBase destructor alone.
Add test for Connection Close() and checking for TCPEndPoint.
---------
Co-authored-by: C Freeman <cecille@google.com>
0 commit comments