LiamMorrow / OrgnalR

SignalR backplane implemented through Orleans
Apache License 2.0
35 stars 8 forks source link

Added framework for message rewind #3

Closed LiamMorrow closed 5 years ago

LiamMorrow commented 5 years ago

Added a bunch of classes/grains that would facilitate a message replay ability, essentially allowing a subscriber to ask for messages since a certain point. This is essential if we want a reconnect with best effort for not missing any messages in the interim

LiamMorrow commented 5 years ago

Will need to call save state in the storage grain