Page 1 of 1

Websocket requests

Posted: Thu Sep 15, 2022 9:42 pm
by TenguHaku
Hello again :D , is there a way to use wss connection with CEF like TCEFUrlRequestClientComponent?

Re: Websocket requests

Posted: Fri Sep 16, 2022 7:21 am
by salvadordf
Hi,

I've never tried that but it seems that CEF does not expose a WebSockets client.
https://magpcss.org/ceforum/viewtopic.php?f=6&t=18770

It's recommended that you use third party libraries or JavaScript to do that.

Re: Websocket requests

Posted: Sat Sep 17, 2022 8:49 pm
by TenguHaku
Thanks! ❤