hello,
I have a working modification of using the latest cowboy / ranch with sockjs (mostly a few small tweaks like deprecating cowboy_http_req in favor of cowboy_req), but its not working. I keep getting sent to a 405 error. It looks like it might have something to do with the fact that the http_method is now returned as a Binary instead of an atom but not 100% sure if thats whats causing the issue.
Anyone get sockjs working with latest cowboy/ranch ? If its straightforward i will submit my changes as a pull request.
-AD