sumanyu / Pair-Basket

Community of students teaching students
http://pairbasket.com/
1 stars 0 forks source link

Fix remote eraser issue #20

Closed sumanyu closed 10 years ago

sumanyu commented 10 years ago

This fix allows drawing and erasing state to be synchronized between the two clients.

My solution is inspired by clojure's STM. I explain it in the comments in remotePad.coffee

davinwong commented 10 years ago

sweet