Centrifugo v3.0.2 Release Notes

  • No backwards incompatible changes here.

    ๐Ÿ›  Fixes:

    • ๐Ÿ›  Fix SockJS data escaping on EventSource fallback. See igm/sockjs-go#100 for more information. In short โ€“ this bug could prevent a message with % symbol inside be properly parsed by a SockJS Javascript client โ€“ thus not processed by a frontend at all.
    • ๐Ÿ›  Fix panic on concurrent subscribe to the same channels with recovery feature on. More details in centrifugal/centrifuge#207