|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- ---
- name: Bug report
- about: Create a report to help us improve.
- title: ''
- labels: 'bug'
- assignees: ''
-
- ---
-
- ### Describe the bug
- A clear and concise description of what the bug is.
-
- ### Which project is your bug related to?
- <!-- Remove the items which don't apply from the following list -->
- - Client
- - ManagedClient
- - MQTTnet.Server standalone
- - Server
- - Generic
-
- ### To Reproduce
- Steps to reproduce the behavior:
- 1. Using this version of MQTTnet '...'.
- 2. Run this code '....'.
- 3. With these arguments '....'.
- 4. See error.
-
- ### Expected behavior
- A clear and concise description of what you expected to happen.
-
- ### Screenshots
- If applicable, add screenshots to help explain your problem.
-
- ### Additional context / logging
- Add any other context about the problem here.
- Include debugging or logging information here:
-
- ```batch
- \\ Put your logging output here.
- ```
- ### Code example
- Please provide full code examples below where possible to make it easier for the developers to check your issues.
-
- ```csharp
- \\ Put your code here.
- ```
|