Skip to content

Device client registration timeout less than MQTT timeout. Informatio… #16

Device client registration timeout less than MQTT timeout. Informatio…

Device client registration timeout less than MQTT timeout. Informatio… #16

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '21'
- name: Build with Maven
run: mvn clean test --file pom.xml