AnyCable v0.6.4 Release Notes

Release Date: 2020-01-24 // about 4 years ago
    • ๐Ÿ›  Fix Ruby 2.7 warnings. ([@palkan][])

    โ€“ Add REMOTE_ADDR socket env variable using a synthetic header passed from a websocket server. ([@sponomarev][])

    Recreating a request object in your custom connection factory using Rack::Request or ๐Ÿš… ActionDispatch::Request (already implemented in anycable-rails) gives you an access to request.ip with the properly set IP address.

    • Align socket env to be more compatibile with Rack Spec ([@sponomarev][])

    Provide as much env details as possible to be able to reconstruct the full request object in a custom connection factory.