|
Martin Politick
|
No _IO_CONNECT not being sent to server on name_open()
|
|
Martin Politick
05/08/2009 4:53 PM
post29090
|
No _IO_CONNECT not being sent to server on name_open()
Dev: Momentics 6.5.0
Target OS: 6.4.0
I have a server that uses name_attach( NULL, "MyName", 0);
then in the goes into its MsgReceive() loop.
I have a client that calls name_open( "MyName", 0 );
then starts exchanging with the server using that coid.
The server receives:
-All messages sent from the client
-All pulse code sent to it
-_PULSE_CODE_DISCONNECT when the client dies
But it DOES NOT EVER receive the _IO_CONNECT message.
According to the doc, since version 6.3, my server should receive
the _IO_CONNECT.
What can go wrong?
|
|
|
|
|