Skip to content

Commit

Permalink
Merge pull request #116 from esl/fix-wrong-ws-callback-order
Browse files Browse the repository at this point in the history
Fix race condition in WebSockets library
  • Loading branch information
michalwski authored Sep 9, 2016
2 parents f66ad38 + 57f7ac1 commit e7ed25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{exml, ".*", {git, "git://github.com/esl/exml.git", "2.3.0"}},
{base16, ".*", {git, "git://github.com/goj/base16.git", "ec420aa"}},
{fusco, ".*", {git, "git://github.com/esl/fusco.git", "0a428471"}},
{wsecli, ".*", {git, "git://github.com/esl/wsecli.git", "f1c3facf82e4cd310decb036ed557b7679c0c7e0"}},
{wsecli, ".*", {git, "git://github.com/esl/wsecli.git", {tag, "1.1.2"}}},
{meck, ".*", {git, "git://github.com/eproxus/meck.git", {tag, "0.8.2"}}},
{mustache, ".*", {git, "git://github.com/mojombo/mustache.erl.git", "d0246fe"}}
]}.
Expand Down

0 comments on commit e7ed25c

Please sign in to comment.