scholarsmate commented on PR #881: URL: https://github.com/apache/daffodil-vscode/pull/881#issuecomment-1771940639
@stevedlawrence, just an FYI that I updated the patch to include handling some delay that I've observed between the time the server is listening on the port until the time the gRPC services become available for use (the gRPC services are provided to the Scala server via Apache Pekko). If the service is unavailable an `UNAVAILABLE` exception is thrown. This patch will catch that exception, wait a second and try again until it succeeds or it tries more than 60 times and bails out. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
