Thank you RobertZhang. I have three questions:
- Is the version of SignalR used compatible with the Java client? Our client is Java based.
https://docs.microsoft.com/en-us/aspnet/core/signalr/java-client?view=aspnetcore-3.1
- If we add a listener after a job is finished, will the events from the start be propagated to us? If not, this solution would require us to add listeners for all jobs and collect all the logs locally, which may be prohibitive for us.
- Is adding a call to provide the logs something that might be added in the future to HPC Pack?