jerrynim-Logo
Expected URL scheme 'http' or 'https' but no colon was found
#android
#websocket
#no
#colon
#error
2021-12-28
You can solve this problem just add semicolon(;) at the end of url
[Expected URL scheme 'http' or 'https' but no colon was found]
and code can be
copy
new
WebSocket
(
<
YOUR_URL
>
;
)
buy me a coffee