Lynx75
03-17-2005, 08:05 PM
hi,
I need to get the bytes from the comm server to the client.
Im using this function on the server side:
Client.prototype.getBandwidth = function() {
return Client.getStats().bytes_out;
};
but when I call it from the client I get no response.
Ive read the online docs but no hep at all..8(
I need to get the bytes from the comm server to the client.
Im using this function on the server side:
Client.prototype.getBandwidth = function() {
return Client.getStats().bytes_out;
};
but when I call it from the client I get no response.
Ive read the online docs but no hep at all..8(