Explorar el Código

upd

station_14109
altob.rd hace 8 años
padre
commit
1abd91911b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      coworker/mitac2server.php

+ 2
- 2
coworker/mitac2server.php Ver fichero

@@ -64,7 +64,7 @@ $tcp_worker->onMessage = function($connection, $tcp_in)
}
else if($explode_tcp_in[0] == 'Mitac')
{
trigger_error("..Mitac..". $tcp_in .'|'); // Mitac 回傳
trigger_error("..". $tcp_in .'..'); // Mitac 回傳
}
else if($explode_tcp_in[0] == 'Altob')
{
@@ -102,7 +102,7 @@ $tcp_worker->onMessage = function($connection, $tcp_in)
}
else
{
trigger_error("..unknown cmd..". $tcp_in .'|');
trigger_error('..unknown cmd..' . print_r($explode_tcp_in, true));
}
}


Cargando…
Cancelar
Guardar