--- googlecode.com/svn/trunk/public_html/meteor.js 2006/11/23 16:35:37 8 +++ googlecode.com/svn/trunk/public_html/meteor.js 2006/12/08 16:52:58 9 @@ -29,18 +29,11 @@ } } } -addUnLoadEvent(meteordestroy); +//addUnLoadEvent(meteordestroy); function meteordestroy() { var x = Meteor.instances.length; for(var i=0; i this.lastmsgreceived) { this.callback_process(data); if (id != -1) this.lastmsgreceived = id; @@ -234,6 +224,9 @@ this.ping(); } this.setstatus(5); + if (!isNaN(timestamp)) { + Meteor.setServerTime(timestamp); + } } Meteor.prototype.ping = function() {