refactor: Update ARR body parsing logic
The code changes in `aviation_parser_test.go` update the ARR body parsing logic. The `ParseHeader` function now correctly handles ARR bodies with optional time components. This ensures accurate parsing of ARR bodies and improves the overall functionality of the aviation parser.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
[nats]
|
||||
url = "nats://localhost:4222"
|
||||
client = "serial-client"
|
||||
cluster = "tele-cluster"
|
||||
|
||||
[subscription]
|
||||
topic = "Telegram.Serial"
|
||||
queue = "tele-queue"
|
||||
|
||||
[timeouts]
|
||||
server = "5s"
|
||||
reconnect_wait = "5s"
|
||||
close = "10s"
|
||||
ack_wait = "5s"
|
||||
Reference in New Issue
Block a user