derekkraan / delta_crdt_ex

Use DeltaCrdt to build distributed applications in Elixir
MIT License
493 stars 36 forks source link

Use :read GenServer call for get/3 and take/3 #60

Closed hexedpackets closed 3 years ago

hexedpackets commented 3 years ago

Fixes #59

dnsbty commented 3 years ago

I came here to do this, so it's nice to see someone already took care of it 😄

derekkraan commented 3 years ago

Thanks for this! Not sure how this escaped my attention (both the PR and the missing implementation)