Websocket client async library

Hi

Can anybody recommend any library for async Websocket client? I know async websocket server (as a part of AsyncWebServer) and I know a Websockets library with client implementation (GitHub - Links2004/arduinoWebSockets: arduinoWebSockets) but it is require a loop. I’m trying to avoid using a loop and switch to the async callbacks/events.