feat(transport): add mqtt #16
checks.yml
on: pull_request
lint
/
lint
51s
typecheck
/
typecheck
46s
Matrix: test / test_linux
Matrix: test / test_windows
Annotations
3 errors
typecheck / typecheck:
src/transports/mqtt.ts#L8
'IClientOptions' is declared but its value is never read.
|
typecheck / typecheck:
src/transports/mqtt.ts#L89
Type 'string' has no properties in common with type 'Pick<IClientOptions, "incomingStore" | "outgoingStore">'.
|
typecheck / typecheck
Process completed with exit code 2.
|