oncesk
oncesk
Ok, sure :)
You should add ''' 'nodeSocket' => [ 'class' => '\YiiNodeSocket\NodeSocket', 'host' => 'localhost', 'allowedServerAddresses' => [ "localhost", "127.0.0.1" ], 'origin' => '_:_', 'sessionVarName' => 'PHPSESSID', 'port' => 3001, 'socketLogFile' =>...
hi, which error you got?
and what are you mean > restart the server.js file Automaticlly when they disconnected through the above reasons ?
привет, какая версия yii? может yiic node-socket
гм, контроллер мап прописали в консольном конфиге?
Hi, i can not test it, i do not have mobile with current version of android :( but this is very strange, can you provide more information maybe console logs?
Good, but i fix it on this week
Hi, of course i add more examples,i think in this weekend. Can you show me nodejs log, log file locates into protected/runtime/socket-transport.server.log i think problem into yii configuration (if host...
Hi, try this config ``` php 'nodeSocket' => array( 'class' => 'application.extensions.yii-node-socket.lib.php.NodeSocket', 'host' => 'localhost', 'port' => 3001 // default is 3001, should be integer ), ``` and in browser...