Skip to content

Conversation

@moruoxian
Copy link

hello dear friend,
i add asocket network proxy get and set function and add some ignore files . we can use setProxy(QNetworkProxy::NoProxy) before we connect the socket.

void QAmqpClient::setProxy(const QNetworkProxy& networkProxy)
{
Q_D(QAmqpClient);
d->socket->setProxy(networkProxy);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indentation gone wild

@WollZebra
Copy link
Collaborator

WollZebra commented Nov 27, 2024

thank you for the extention. Looks good to me.
@moruoxian
Did you see any unittests around QAmqpClient that could be extended?

@moruoxian
Copy link
Author

I've integrated it into my own project, and it runs very stably.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants