the problem lie in file src/stomp.coffee on line 169 `now= -> if Date.now then Date.now() else new Date().valueOf` excute now should return timestamp,in most case there's no problem,if Date.now not exist,it return a function...