brocaar / chirpstack-network-server

ChirpStack Network Server is an open-source LoRaWAN network-server.
https://www.chirpstack.io
MIT License
1.5k stars 546 forks source link

Handle passive roaming downlink in a separate go routine #563

Closed conny-andersson closed 2 years ago

conny-andersson commented 2 years ago

Created an additional pull request for #555 to run the whole downlink flow in a separate go routine. Unfortunately I had to copy the isRoaming function due to different signatures.

brocaar commented 2 years ago

Thanks @conny-andersson-netmore :+1: