Archived

This forum has been archived. Please start a new discussion on GitHub.

Ice.Storm puzzle me

in my applications,there are two apps,one is eventServer,used for publish some events(topics) such as "topic1", "topic2",and so on;the another is eventReceiver,used for subsricbed these events,and show some info

here is the question
eventServer publish events ok
eventReceiver subscribe events ok
eventReceiver receive events ok
but ...
when eventReceiver restarted,eventReceiver will miss the first event,and receiver the second event ok!

it's seem ice.storm can't update the proxy as soon as possible when eventReceiver restarted,it always failed the first time.
please help me

my enviroment is:
vs2005,ICE3.1.1,WINDOWS.XP