Hey there,
I saw something in the HoloRP Cms and i have a question about it.
<?php
$hosts = array(
'ip:port',
'ipb:port',
//'ipc:port',
//'ipd:portb',
//'ipe:port'
);
$wshosts = array(
'ip:sport',
'ipb:sport'...
Hi there,
i have a question about websockets.
When i use a proxy for websockets then my client will not work.
Is there anywhere something where i must configure something on my server to get this working ? Or isn't it possible to hide the websockets ip & post with a tcp proxy ?
If its...