|
|
@@ -1,6 +1,6 @@ |
|
|
|
--- |
|
|
|
name: Bug report |
|
|
|
about: Create a report to help us improve |
|
|
|
about: Create a report to help us improve. |
|
|
|
title: '' |
|
|
|
labels: '' |
|
|
|
assignees: '' |
|
|
@@ -11,11 +11,12 @@ assignees: '' |
|
|
|
A clear and concise description of what the bug is. |
|
|
|
|
|
|
|
### Which project is your bug related to? |
|
|
|
- [x] Client |
|
|
|
- [ ] ManagedClient |
|
|
|
- [ ] MQTTnet.Server standalone |
|
|
|
- [ ] Server |
|
|
|
- [ ] Generic |
|
|
|
<!-- 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: |
|
|
@@ -35,9 +36,11 @@ 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. |
|
|
|
``` |