virtual-world-framework / vwf

Virtual World Framework
https://virtual.wf
Other
142 stars 53 forks source link

Don't send meta events during replication. #403

Closed davideaster closed 9 years ago

davideaster commented 9 years ago

The application state already includes the application's response to member changes. It shouldn't receive the events again as the state is restored.

@scottnc27603, this fixes the errors with clients.vwf that you were seeing during replication.

@eric79, FYI.

davideaster commented 9 years ago

This is the fix for point 3 in https://github.com/virtual-world-framework/vwf/pull/329#issuecomment-65349089. I'm taking the ack there as the ack here.