sockjs-erlang icon indicating copy to clipboard operation
sockjs-erlang copied to clipboard

bump to using cowboy 0.9.0

Open myers opened this issue 11 years ago • 4 comments

This upgrades the dependencies to cowboy 0.9.0

myers avatar Feb 12 '14 14:02 myers

weren't there any major API changes between cowboy 0.8.3 and 0.9? I thought there were.

majek avatar Feb 13 '14 10:02 majek

It worked fine for me in the Elixir sample apps I was building, but your question made me go back and check the example apps in this repo. I fixed them so they run again.

myers avatar Feb 13 '14 14:02 myers

Have you tried running sockjs-protocol tests against the server?

majek avatar Feb 13 '14 14:02 majek

I've been yak shaving all morning to get the sockjs-protocol tests to run for me. I can't get master of sockjs-protocol to run against master of sockjs-erlang without error. I get the same set of errors with my branch.

Many of the errors seem to say that I don't have the right versions of the 3rd party python modules they use.

I don't know if you have any say over some of the pull requests on that repo, but https://github.com/sockjs/sockjs-protocol/pull/70 looks it's moving in the right direction for that by adding a 'requirements.txt' file.

myers avatar Feb 13 '14 14:02 myers