Re: [Interest] Behaviour difference between Qt Version 5.4-0 and 5.5.1

2016-02-23 Thread Thiago Macieira
On terça-feira, 23 de fevereiro de 2016 08:38:02 PST Günter Michel wrote: > Is this a bug? Do yo know a workaround ? It's known and fixed with commit 02f70004c266f4c35f098f49cfb3ca0284e28cac ("Allow socket events processing with a foreign event loop on Windows"), which fixes bugs QTBUG-49782

[Interest] Behaviour difference between Qt Version 5.4-0 and 5.5.1

2016-02-22 Thread Günter Michel
I notice a behaviour difference between Qt Version 5.4.0 and 5.5.1 in respect to network events. My application communicates via QTcpSockets to a Qt Server Process using the same Qt Version. While moving my 'Top Level Widget' ( QMainWindow or QDialog ) the 'readyRead' Signal doesn't occure