Closed KrishnaIyer closed 8 months ago
Fix errors and panics in the chirpstack v3 source. Ref: https://github.com/TheThingsIndustries/lorawan-stack-support/issues/1029
insecure
grpc.WithInsecure()
ClientConn
Source
Config
Local with a ChirpStack v4 instance. This of course doesn't check actual migration but makes sure that the tool doesn't panic.
This will be tested by CE as a part of https://github.com/TheThingsIndustries/lorawan-stack-support/issues/1029.
NA. This is fixing existing bugs.
CHANGELOG.md
Summary
Fix errors and panics in the chirpstack v3 source. Ref: https://github.com/TheThingsIndustries/lorawan-stack-support/issues/1029
Changes
insecure
is not set.grpc.WithInsecure()
method.ClientConn
field on theSource
so that the underlying one from theConfig
may be used.Testing
Local with a ChirpStack v4 instance. This of course doesn't check actual migration but makes sure that the tool doesn't panic.
This will be tested by CE as a part of https://github.com/TheThingsIndustries/lorawan-stack-support/issues/1029.
Regressions
NA. This is fixing existing bugs.
Checklist
CHANGELOG.md
.