You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bug_report.md 928 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. ---
  2. name: Bug report
  3. about: Create a report to help us improve
  4. title: ''
  5. labels: ''
  6. assignees: ''
  7. ---
  8. ### Describe the bug
  9. A clear and concise description of what the bug is.
  10. ### Which project is your bug related to?
  11. - [x] Client
  12. - [ ] ManagedClient
  13. - [ ] MQTTnet.Server standalone
  14. - [ ] Server
  15. - [ ] Generic
  16. ### To Reproduce
  17. Steps to reproduce the behavior:
  18. 1. Using this version of MQTTnet '...'.
  19. 2. Run this code '....'.
  20. 3. With these arguments '....'.
  21. 4. See error.
  22. ### Expected behavior
  23. A clear and concise description of what you expected to happen.
  24. ### Screenshots
  25. If applicable, add screenshots to help explain your problem.
  26. ### Additional context / logging
  27. Add any other context about the problem here.
  28. Include debugging or logging information here:
  29. ```batch
  30. ```
  31. ### Code example
  32. Please provide full code examples below where possible to make it easier for the developers to check your issues.
  33. ```csharp
  34. ```