tomaszbartoszewski

Results 3 comments of tomaszbartoszewski

Hi, I tried to investigate. This function should be called, after sending message, but it's never called when message is empty. https://github.com/Microsoft/vscode-azure-iot-toolkit/blob/3861db2643154abe328eb2f6488785fafbb368ec/src/baseExplorer.ts#L103 It's used in this place https://github.com/Microsoft/vscode-azure-iot-toolkit/blob/3861db2643154abe328eb2f6488785fafbb368ec/src/iotHubMessageExplorer.ts#L34 sendEvent is...

That looks more like a java client issue, based on specification namespace can't contain `-`. http://avro.apache.org/docs/current/spec.html#names ``` The name portion of a fullname, record field names, and enum symbols must:...