diff --git a/M_WebSocket/WebSocket_MTC.xojo_code b/M_WebSocket/WebSocket_MTC.xojo_code index fc71237..66cffec 100644 --- a/M_WebSocket/WebSocket_MTC.xojo_code +++ b/M_WebSocket/WebSocket_MTC.xojo_code @@ -209,7 +209,7 @@ Implements Writeable dim urlComps as new M_WebSocket.URLComponents( url.Trim ) dim rx as new RegEx - rx.SearchPattern = "^(?:http|ws)s:" + rx.SearchPattern = "^(?:http|ws)s" Address = urlComps.Host if urlComps.Port > 0 then