SockJS v0.3.4 Release Notes

    • #73 - apparently 'package' is a reserved keyword (use 'pkg' instead)
    • #93 - Coffescript can leak a variable when the same name is used in catch statement. Let's always use 'x' as the variable in catch.
    • #76 - decorateConnection could throw an error if remote connection was closed before setup was complete
    • #90 - Fix "TypeError: 'addListener'" exception (via @pl).
    • remove 'optionalDependencies' section from package.json, 'rbytes' was always optional.
    • #91 - Fix rare null exception.