Re: [Interest] QWebSocket limit connection

2020-05-14 Thread Alexander Carôt
Thanks a lot, Marten - it works like a charm :-) All the best Alex -- http://www.carot.de Email : alexan...@carot.de Tel.: +49 (0)177 5719797 > Gesendet: Montag, 11. Mai 2020 um 11:16 Uhr > Von: "Mårten Nordheim" > An: "qt qt" > Betreff: Re: [Interest] QWebS

Re: [Interest] QWebSocket limit connection

2020-05-11 Thread Mårten Nordheim
of Reply all... From: Interest on behalf of "Alexander Carôt" Sent: Monday, May 11, 2020 10:13 To: qt qt Subject: [Interest] QWebSocket limit connection Hello all, I am using a QWebSocket in order to communicate between a browser and an a

[Interest] QWebSocket limit connection

2020-05-11 Thread Alexander Carôt
Hello all, I am using a QWebSocket in order to communicate between a browser and an application which works fine. In my specific use case I want to prevent more than one browser to connect to the application. Is there a way to decline further connections after one has been established ? Thank