Matt
Results
2
issues of
Matt
### Environment - VerneMQ Version: 1.3.2 - OS: Ubuntu 16.04.4 - Erlang/OTP version (if building from source): N/A ### Expected behavior The broker allows more time for constrained devices to...
enhancement
I'm getting a null pointer when using record.setWithAck() Using the following code snippets: ``` this.client = new DeepstreamClient(dsUrl); Record record = client.record.getRecord(dataPacket.getSchemaKey() + "/" +metaData.getInstanceUrn()); record.setWithAck(gson.toJsonTree(toStore)); ``` The record is...