Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
disconnect should be a cast not call
  • Loading branch information
joewilliams committed Jun 28, 2010
1 parent 1fc2c4f commit 60b4251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/merle.erl
Expand Up @@ -238,7 +238,7 @@ connect(Host, Port) ->

%% @doc disconnect from memcached
disconnect() ->
gen_server2:call(?SERVER, stop).
gen_server2:cast(?SERVER, stop).

%% @private
start_link(Host, Port) ->
Expand Down

0 comments on commit 60b4251

Please sign in to comment.