Skip to content

the way to get 'now' function is wrong ? #161

@flyromance

Description

@flyromance

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions