Late connection and dormant actors replication

Hello.
Suppose that we have an actor that is initally dormant. We change some replicated variable on it and make a dormancy flush. Then some client connects to server. Will the client receive that changed replicated variable even if this actor is initally dormant for him? And if not, what to do in such case?