Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/wallaby/session_store.ex
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ defmodule Wallaby.SessionStore do
if(name == :session_store, do: [:named_table], else: []) ++
[:set, :public, read_concurrency: true]

Process.flag(:trap_exit, true)
Process.flag(:trap_exit, false)
tid = :ets.new(name, opts)

Application.ensure_all_started(:ex_unit)
Expand Down