Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support SignalR trigger return value #2771

Merged
merged 3 commits into from
Oct 12, 2024
Merged

Conversation

Y-Sindo
Copy link
Member

@Y-Sindo Y-Sindo commented Oct 11, 2024

Fix the return value of SignalR trigger not working issue

resolves #1496

Pull request checklist

  • My changes do not require documentation changes
    • Otherwise: Documentation issue linked to PR
  • My changes should not be added to the release notes for the next release
    • Otherwise: I've added my notes to release_notes.md
  • My changes do not need to be backported to a previous version
    • Otherwise: Backport tracked by issue/PR #issue_or_pr
  • I have added all required tests (Unit tests, E2E tests)

@satvu
Copy link
Member

satvu commented Oct 11, 2024

@Y-Sindo Can you merge main to your branch to make sure you have this change included which will allow the pipeline to run? Thanks!

@Y-Sindo Y-Sindo merged commit 9f278fa into Azure:main Oct 12, 2024
29 of 31 checks passed
@Y-Sindo Y-Sindo deleted the returnValue branch October 12, 2024 05:09
@waqarzafar
Copy link

The fixes have been applied to .NET6 package: Microsoft.Azure.WebJobs.Extensions.SignalRService whereas the same issue exists in .NET8 version of this package: Microsoft.Azure.Functions.Worker.Extensions.SignalRService. Please kindly confirm when will the fix be propagated to this library for .NET8 applications

@Y-Sindo
Copy link
Member Author

Y-Sindo commented Oct 15, 2024

@waqarzafar The fix is already released. Please update your SignalR worker extensions to 1.15.0. Thanks!

Please note that if you need to use managed identity to connect to Azure SignalR service, 1.15.0 is not working until a common issue Azure/azure-functions-host#10575 is fixed.

jviau added a commit that referenced this pull request Oct 23, 2024
* Generators package version update (#2755)

* Generator tests: Add transitive dependency for System.Text.Json v8.0.5 & bump extension versions (#2760)

* Fixing Function Executor test

* Refactor WebJobs extension info  (#2762)

* skipBuildTagsForGitHubPullRequests when the PR is a fork (#2770)

* Bump System.Text.Json from 8.0.4 to 8.0.5 in /host/src/FunctionsNetHost (#2768)

Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 8.0.4 to 8.0.5.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.4...v8.0.5)

---
updated-dependencies:
- dependency-name: System.Text.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* re-use FunctionsWorkerApplicationBuilder if called multiple times (#2774)

* Add worker extension validation to CI (#2764)

* ignore rider temp files

* Support SignalR trigger return value (#2771)

* add skipBuildTagsForGitHubPullRequests for extensions (#2779)

* Fix typos in CI referencing test projects (#2773)

* Adding a null check before initiating the internal Activity (#2765)

* Adding a null check for the internal Activity.

* Bump System.Text.Json to 8.0.5 (#2783)

* Use full namespace for Task.FromResult in function metadata provider generator to avoid namespace conflict (#2681)

* Analyzer for Multiple-Output Binding Scenarios with ASP.NET Core Integration (#2706)

* Remove documentation tag (#2751)

The parameter does not exist.

* Update global.json .net8 value (#2795)

* initial fix of duplicate registrations if AddFunctionsWorkerCore called twice (#2790)

* Ignoring fatal exceptions in InvocationHandler (#2789)

* Update nethost global json, update sample (#2797)

* Set extension RPC max message length (#2772)

* Set max message length for RPC client

* Update Rpc version and release notes

* Update packages (#2800)

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Surbhi Gupta <[email protected]>
Co-authored-by: Lilian Kasem <[email protected]>
Co-authored-by: Fabio Cavalcante <[email protected]>
Co-authored-by: sarah <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brett Samblanet <[email protected]>
Co-authored-by: Simon Cropp <[email protected]>
Co-authored-by: yzt <[email protected]>
Co-authored-by: Rohit Ranjan <[email protected]>
Co-authored-by: David Lee <[email protected]>
Co-authored-by: Jonathan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The SignalR triggered function return value not working
4 participants