Re: [Development] QtWebSockets: API advice #2

2013-10-27 Thread Thiago Macieira
On domingo, 27 de outubro de 2013 11:16:03, Kurt Pattyn wrote: > currently the QWebSocket class (see > https://qt.gitorious.org/qtplayground/websockets), emits the signals > textFrameReceived() and binaryFrameReceived(). These signals are tightly > connected with the way web sockets work. Too me, t

[Development] QtWebSockets: API advice #2

2013-10-27 Thread Kurt Pattyn
Hi, currently the QWebSocket class (see https://qt.gitorious.org/qtplayground/websockets), emits the signals textFrameReceived() and binaryFrameReceived(). These signals are tightly connected with the way web sockets work. Too me, this feels too ‘low level’. Wouldn’t it be better to buffer thes