Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-77365

QLocalServer::addPendingConnection does not exists

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Won't Do
    • P3: Somewhat important
    • None
    • 5.13.0
    • Network: Sockets
    • None
    • All

    Description

      When using QTcpServer, I can override QTcpServer::incomingConnection to create a subclassed QTcpSocket and then add it to the pending queue with QTcpServer::addPendingConnection.
      For QLocalServer only the incomingConnection function exists, and there is no way to add the socket to the queue, forcing me to implement another solution.

      Please add an addPendingConnection function for QLocalServer to match the functionality of QTcpServer.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            tpochep Timur Pocheptsov
            alexgulyas alexgulyas
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes