Closed JPL-Alliant closed 7 months ago
Examples should be, at a minimum, correct. Finding methods like this without an async call in the body:
[FunctionName("SignalRTest")] public async Task SendMessage([SignalRTrigger]InvocationContext invocationContext, string message, ILogger logger) { logger.LogInformation($"Receive {message} from {invocationContext.ConnectionId}."); }
[Enter feedback here]
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
@JPL-Alliant Thanks for your feedback! We will investigate and update as appropriate.
Thanks for your feedback. The doc will be updated soon.
Examples should be, at a minimum, correct. Finding methods like this without an async call in the body:
[Enter feedback here]
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.