Hello,
I encountered what appears to be a bug when using application ports to handle downlinks.
I use the application port in a switch-case statement in my downlink handler. I am sending downlinks like so
I am using port 2 for my uplinks and downlinks.
My log says this
As you can see, it hits both port == 2 and port == 5 cases.
Here is my downlink handler
Any help is appreciated!