Skip to content

[Bug Report] Provisioning Device Client throws "Open called on an already open connection" with wrong logic? #187

[Bug Report] Provisioning Device Client throws "Open called on an already open connection" with wrong logic?

[Bug Report] Provisioning Device Client throws "Open called on an already open connection" with wrong logic? #187

Workflow file for this run

name: "Set Issue Label"
on:
issues:
types: [opened]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: Naturalclar/issue-action@v1.0.0
with:
keywords: '[""]'
labels: '["IoTSDK"]'
github-token: "${{ secrets.GITHUB_TOKEN }}"