Assignee
Adam Higerd
Type
bug
Priority
major
Status
new
Watchers
2

QxtTcpConnectionManager cannot detect new connections

Anonymous avatarAnonymous created an issue

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)

  1. Tiago Thompson

    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 ...

  2. Log in to comment »
Tip: Filter by directory path e.g. /media app.js to search for public/media/app.js.
Tip: Use camelCasing e.g. ProjME to search for ProjectModifiedEvent.java.
Tip: Filter by extension type e.g. /repo .js to search for all .js files in the /repo directory.
Tip: Separate your search with spaces e.g. /ssh pom.xml to search for src/ssh/pom.xml.
Tip: Use ↑ and ↓ arrow keys to navigate and return to view the file.
Tip: You can also navigate files with Ctrl+j (next) and Ctrl+k (previous) and view the file with Ctrl+o.
Tip: You can also navigate files with Alt+j (next) and Alt+k (previous) and view the file with Alt+o.