Code Monkey home page Code Monkey logo

Comments (4)

frederikaalund avatar frederikaalund commented on June 14, 2024 1

Excellent! I'd gladly review the PR on that. Good job on the other PR btw. πŸ‘

from aiomqtt.

Sohaib90 avatar Sohaib90 commented on June 14, 2024 1

Thank you so much :) Okay I will work on it and create a pull request.

from aiomqtt.

frederikaalund avatar frederikaalund commented on June 14, 2024

Thanks for opening this issue. Let me have a look. :)

asyncio-mqtt SHOULD make provisions to utilize paho.mqtt.client.proxy_set(**proxy_args)

You're absolutely right, set_proxy is not currently in asyncio-mqtt and, yes, we should include it.

( honestly, i wont pull because i think code-change is @maintainer ;-) )

It is a simple addition and you're welcome to make a pull request to add it. πŸ‘
I suggest we follow the API design of the will feature. I.e.:

  • Create a ProxySettings class that holds all proxy arguments.
  • Add proxy as a keyword argument to the Client: Client.__init__(self, ..., proxy: Optional[ProxySettings] = None)

from aiomqtt.

Sohaib90 avatar Sohaib90 commented on June 14, 2024

I can look into this and create a pull request for this as well. Do you think I should go ahead with it?

from aiomqtt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.