Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement NBomber MQTT plugin #349

Closed
AntyaDev opened this issue May 6, 2021 · 1 comment · Fixed by #678
Closed

Implement NBomber MQTT plugin #349

AntyaDev opened this issue May 6, 2021 · 1 comment · Fixed by #678
Assignees
Labels
new feature New feature or request
Milestone

Comments

@AntyaDev
Copy link
Contributor

AntyaDev commented May 6, 2021

AC:

class MqttClient(IMqttClient client) : IDisposable
{
    IMqttClient Client { get; }
    Task<Response> Publish(msg payload)
    Task<Response> Receive()        
}   
  • Receive method will allow read messages sequentially (we can use TplDataFlow or Channels to handle concurrency)
@AntyaDev AntyaDev added the new feature New feature or request label May 6, 2021
@AntyaDev AntyaDev changed the title [MQTT] Implement NBomber MQTT plugin Implement NBomber MQTT plugin May 6, 2021
@behroozbc
Copy link

hi
I want to know status of this issue
Is any one implement this?

@AntyaDev AntyaDev added 5.6 and removed new feature New feature or request labels Feb 1, 2024
@AntyaDev AntyaDev added the new feature New feature or request label Mar 6, 2024
@AntyaDev AntyaDev added this to the 5.6.0 milestone Mar 10, 2024
@AntyaDev AntyaDev linked a pull request Apr 8, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants