Skip to content

fix(grades-submission): Close websocket connection on modal close

When pressing the cancel or close button a new websocket command is sent to the digital signing application that closes the session and then closes the websocket connection. This also eliminates a memory leak which resulted from an open websocket connection as long as that tab was open.

Merge request reports