Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - No _IO_CONNECT not being sent to server on name_open(): Page 1 of 13 (13 Items)
   
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?