Skip to content
Snippets Groups Projects
Commit 5e586a1d authored by Florian Schröder's avatar Florian Schröder
Browse files

Update websocket close methods to be asynchronous

The close methods for websockets were updated to be asynchronous. This change was necessary to better handle the closing of active websockets both in the try/finally block and in the terminate method. The asyncio event loop was also employed to ensure all pending tasks are completed before closing.
parent 4c64e443
No related branches found
No related tags found
No related merge requests found
Pipeline #45233 passed