chirpstack-simulator
chirpstack-simulator copied to clipboard
Make timeout for connecting to the API server adjustable
Ahoy,
since it could be that the connection to the API server takes longer than one second (leading to a grpc dial error: context deadline exceeded
) I made the timeout for the provided context adjustable.
The default value is now set to one second, which was previously set as mandatory.
Warm regards, Malte