websocket client crashes when no DNS is provided
When you create a IAppWebSocketClient instance and you do not provide an IDns (set it to nullptr), the websocket client crashes when using a hostname to connect to. We wanted to verify whether this is intended behavior, because we have the impression that if you do this with the http_client class, it works without providing a IDns pointer with hostnames or without hostnames. Is it possible that the clients behave differently? Or what is the reason then that it worked with HTTP client?