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
Refactor isStopRequested method in TCPSocket class
Move the isStopRequested method from private to protected access, maintaining its functionality to check for a deliberate disconnect state. This change enhances the clarity of the class structure and allows for potential subclass usage.
0 commit comments