derekkraan / delta_crdt_ex

Use DeltaCrdt to build distributed applications in Elixir
MIT License
505 stars 37 forks source link

Correct handle_call/2 -> handle_call/3 #1

Closed Tuxified closed 6 years ago

Tuxified commented 6 years ago

The handle_call callback always expects 3 arguments, correcting that so we can have sync operations

Tuxified commented 6 years ago

Closing, as this issue has already been adressed :P