0xgeert / flux-test

2 stars 0 forks source link

how to handle actions from server if dispatcher busy? #35

Open 0xgeert opened 10 years ago

0xgeert commented 10 years ago

This relates to the question of optimistic versioning (#31 ).

For now we probably just want to pass through server-actions without doing the check

0xgeert commented 10 years ago

We probably want to queue them.

For now let's pass this to far future milestone since socket stuff does seem to run in sync meaning dispatcher will never be busy from such server side events