QxtTcpConnectionManager cannot detect new connections
Hi,
i trying to use the QxtRPCPeer to create a simple client-server app..
i create just like the example given on a issue posted here..
the clients connects .. and generate the sign "ConectedtoServer" but i can see nothing happend on server side (none sign is generated .. is is like no client connected )
for the server side there is something that is needed to do besides creating the object and calling the listen method?
Comments (2)
-
Tiago Thompson
-
Arvid Picciani
-
assigned issue to
Adam Higerd
-
assigned issue to
- Log in to comment »
hi , I got it resolved. it seams that in my compiled Qt 5.0 (64x) the incommingconnection method of QTCPServer Class changed his parameter type .. it is "qintptr" istead of "quint64" .. so to the "incommingconnection" overloaded function on QxtTcpConnectionManagerPrivate works it has to be changed to qintptr ...