Re: [Interest] Q(Tcp/Udp)Socket stall

2015-04-30 Thread Blasche Alexander
-bounces+alexander.blasche=theqtcompany@qt-project.org on behalf of Shantanu Tushar shaan...@gmail.com Sent: Wednesday, April 29, 2015 14:23 To: Interests Qt Subject: Re: [Interest] Q(Tcp/Udp)Socket stall Apologies for hijacking the thread. I use Qt for SoStronkhttp://www.sostronk.com's desktop app

Re: [Interest] Q(Tcp/Udp)Socket stall

2015-04-30 Thread Shantanu Tushar
:* interest-bounces+alexander.blasche=theqtcompany@qt-project.org interest-bounces+alexander.blasche=theqtcompany@qt-project.org on behalf of Shantanu Tushar shaan...@gmail.com *Sent:* Wednesday, April 29, 2015 14:23 *To:* Interests Qt *Subject:* Re: [Interest] Q(Tcp/Udp)Socket stall

Re: [Interest] Q(Tcp/Udp)Socket stall

2015-04-29 Thread Shantanu Tushar
Sent: Friday, April 24, 2015 1:01 PM To: Interests Qt Subject: [Interest] Q(Tcp/Udp)Socket stall Hi, I have passed the last 48 hours trying to understand a problem I was having with sockets. I was driving crazy but I think I finally reached a conclusion. Let me summarize: - Program

Re: [Interest] Q(Tcp/Udp)Socket stall

2015-04-29 Thread Shantanu Tushar
Funnily enough, I got that idea when cycling back home :P Anyway, thanks for that as people having the same problem will at least see the workaround. On Wed, Apr 29, 2015 at 9:18 PM, Thiago Macieira thiago.macie...@intel.com wrote: On Wednesday 29 April 2015 17:53:52 Shantanu Tushar wrote:

[Interest] Q(Tcp/Udp)Socket stall

2015-04-24 Thread Nuno Santos
Hi, I have passed the last 48 hours trying to understand a problem I was having with sockets. I was driving crazy but I think I finally reached a conclusion. Let me summarize: - Program A that sends data via sockets to localhost - Program B, built in Qt, receives data via QUdpSocket (I have

Re: [Interest] Q(Tcp/Udp)Socket stall

2015-04-24 Thread Andre Barth
: interest-bounces+andre.barth=autodesk@qt-project.org [mailto:interest-bounces+andre.barth=autodesk@qt-project.org] On Behalf Of Nuno Santos Sent: Friday, April 24, 2015 1:01 PM To: Interests Qt Subject: [Interest] Q(Tcp/Udp)Socket stall Hi, I have passed the last 48 hours trying to understand

Re: [Interest] Q(Tcp/Udp)Socket stall

2015-04-24 Thread Nuno Santos
, April 24, 2015 1:01 PM To: Interests Qt Subject: [Interest] Q(Tcp/Udp)Socket stall Hi, I have passed the last 48 hours trying to understand a problem I was having with sockets. I was driving crazy but I think I finally reached a conclusion. Let me summarize: - Program A that sends

Re: [Interest] Q(Tcp/Udp)Socket stall

2015-04-24 Thread Klank, Michael
13:24 An: Andre Barth Cc: Interests Qt Betreff: Re: [Interest] Q(Tcp/Udp)Socket stall This happens, even with Wifi turned off. Nuno On 24 Apr 2015, at 12:18, Andre Barth andre.ba...@autodesk.com wrote: Are you on Wifi (only)? We did run into similar issues on 5.3.2 (but I don't know whether

Re: [Interest] Q(Tcp/Udp)Socket stall

2015-04-24 Thread Nuno Santos
: interest-bounces+michael.klank=amk-antriebe...@qt-project.org [mailto:interest-bounces+michael.klank=amk-antriebe...@qt-project.org] Im Auftrag von Nuno Santos Gesendet: Freitag, 24. April 2015 13:24 An: Andre Barth Cc: Interests Qt Betreff: Re: [Interest] Q(Tcp/Udp)Socket stall This happens

Re: [Interest] Q(Tcp/Udp)Socket stall

2015-04-24 Thread Nuno Santos
Auftrag von Nuno Santos Gesendet: Freitag, 24. April 2015 13:24 An: Andre Barth Cc: Interests Qt Betreff: Re: [Interest] Q(Tcp/Udp)Socket stall This happens, even with Wifi turned off. Nuno On 24 Apr 2015, at 12:18, Andre Barth andre.ba...@autodesk.com mailto:andre.ba...@autodesk.com

Re: [Interest] Q(Tcp/Udp)Socket stall

2015-04-24 Thread Thiago Macieira
On Friday 24 April 2015 12:01:10 Nuno Santos wrote: Hi, I have passed the last 48 hours trying to understand a problem I was having with sockets. I was driving crazy but I think I finally reached a conclusion. Let me summarize: - Program A that sends data via sockets to localhost -

Re: [Interest] Q(Tcp/Udp)Socket stall

2015-04-24 Thread Nuno Santos
Thiago, Thanks for your reply. It happens that the problem was in program B because it was also using libimobiledevice. This is a C lib used to talk with iOS devices. It happens that it’s internal mechanisms were blocking the program execution and consequently the sockets data flow. I have