Nicolas Charlery

Results 2 comments of Nicolas Charlery

Hi @germsvel I have tried what you suggest with a custom strategy: ``` defmodule Datastore.TenantEctoStrategy do use ExMachina.Strategy, function_name: :insert ... end ``` However, this leads to a conflict with...

Hi there, @myronmarston Have you found a workaround to this issue ? On my project, it's happening when I have a GenServer `handle_call` or `handle_cast` spawning a process that will...