celluloid / floss

UNMAINTAINED: See celluloid/celluloid#779 - A Ruby implementation of the Raft consensus algorithm.
MIT License
77 stars 14 forks source link

User should not have to call Node#run himself. #2

Closed aflatter closed 11 years ago

aflatter commented 11 years ago

As per https://github.com/aflatter/raft/commit/6fd9f82c27d56b5071fa53f65a1fc1971f5bc475#L0R56, #run should be called asynchronously in the initializer.

aflatter commented 11 years ago

Implemented by 92edaef826d5f22f82086925e6e474f0b7e983c1 and 301d39137687414a3ce4ddfaf0576c59849335ad.