biskit

Results 33 comments of biskit

> so you have SyncRead() that might start SyncPropose() and SyncPropose() calls that might start SyncPropose() as well? i have a SyncRead() initiate a SyncPropose(). i don't have a SyncPropose()...

> I believe - > 1 you can't initiate a SyncPropose() in your SM's Update() method (i.e. SyncPropose() initiated by another SyncPropose()), as both of those two SyncPropose() calls will...

> Is your above mentioned "the running SyncPropose" initiated by SyncRead()? No I'm sorry to make you iterate with questions... i believe i have described the case pretty clearly however...