[wxOSX] Can we send data to client on closing connection in IPC

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
Rudra
Filthy Rich wx Solver
Filthy Rich wx Solver
Posts: 224
Joined: Fri Sep 13, 2013 2:59 pm

[wxOSX] Can we send data to client on closing connection in IPC

Post by Rudra »

[wxOSX][wx3.0.2]

Hi,

I have two wx application which communicates using IPC. The client application gets notified when server disconnects normally or unexpectedly.
Can we figure out the reason whether connection is closed through the connection object or it is closed unexpectedly?

Thanks,
R.
Post Reply