There was an error while loading. Please reload this page.
1 parent 313d6c9 commit 85c7cf4Copy full SHA for 85c7cf4
1 file changed
lib/postgrex/parameters.ex
@@ -60,6 +60,7 @@ defmodule Postgrex.Parameters do
60
end
61
62
def handle_cast({:delete, ref}, state) do
63
+ Process.demonitor(ref, [:flush])
64
:ets.delete(state, ref)
65
{:noreply, state}
66
0 commit comments