elixir-circuits / circuits_i2c

Communicate over I2C from Elixir
Apache License 2.0
62 stars 12 forks source link

Fix race when two process load the NIF at the same time #158

Closed fhunleth closed 8 months ago

fhunleth commented 8 months ago

Interestingly, the unit test was able to segfault before this fix.