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

QLocalServer::addPendingConnection does not exists

XMLWordPrintable

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

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes