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
Implemented signal handling on the server and client scripts. The applications detect three signals: SIGINT, SIGQUIT and SIGTSTP. On any signal, the sockets are closed and object deleted.
There is a potential bug in the server script. The receive_signal() function is sometimes run twice after sending the signal from the keyboard (e.g. Ctrl+C).
Implement signal handling for the client and the server side. Stopping the execution should free all used resources (ports, objects, etc.).
The text was updated successfully, but these errors were encountered: