Data from Server to Client making it - data from Client to Server not making it
From: Yasoo (anonymous_at_discussions.microsoft.com)
Date: 05/17/04
- Next message: John: "Re: CWinApp::SetRegistryKey"
- Previous message: May Young: "cannot avoid writing my own copy constructor and operator = function...."
- Next in thread: Joseph M. Newcomer: "Re: Data from Server to Client making it - data from Client to Server not making it"
- Reply: Joseph M. Newcomer: "Re: Data from Server to Client making it - data from Client to Server not making it"
- Reply: Yasoo: "RE: Data from Server to Client making it - data from Client to Server not making it"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 17 May 2004 11:21:07 -0700
I'm using the CSocket,CSocketFile,CArchive model as described in this article:
I am using CArchive::Write() (on a CArchive created with the nMode==CArchive::store) and CArchive::Flush() to transfer data.
It works for sending data from the server to the client but not in reverse. The Flush() on the server triggers an OnReceive() on the client, but a Flush() on the client doesn't trigger an OnReceive() on the server.
I guess I'm missing a minor detail. Any ideas?
Thank you.
- Next message: John: "Re: CWinApp::SetRegistryKey"
- Previous message: May Young: "cannot avoid writing my own copy constructor and operator = function...."
- Next in thread: Joseph M. Newcomer: "Re: Data from Server to Client making it - data from Client to Server not making it"
- Reply: Joseph M. Newcomer: "Re: Data from Server to Client making it - data from Client to Server not making it"
- Reply: Yasoo: "RE: Data from Server to Client making it - data from Client to Server not making it"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|