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.
14 lines
227 B
TOML
14 lines
227 B
TOML
[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" |