Skip to content

Commit

Permalink
fix: handled the case where the server runs InvokeAsync (#29)
Browse files Browse the repository at this point in the history
* fix: handled the case where the server runs InvokeAsync

Refs: #28

* fix: send a response to the server if a response is expected but there are no callbacks

Refs: #28

* build: upgrade asp-net example to version 9.0

Refs: #28

* test: update test for client result required from signalr server

Refs: #28

* docs: update docs and examples

Refs: #28
  • Loading branch information
AntoninoBonanno authored Feb 24, 2025
1 parent e45490c commit 1888eef
Show file tree
Hide file tree
Showing 27 changed files with 918 additions and 233 deletions.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions AspNetAuthExample/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
**/.classpath
**/.dockerignore
**/.env
**/.git
**/.gitignore
**/.project
**/.settings
**/.toolstarget
**/.vs
**/.vscode
**/*.*proj.user
**/*.dbmdl
**/*.jfm
**/azds.yaml
**/bin
**/charts
**/docker-compose*
**/Dockerfile*
**/node_modules
**/npm-debug.log
**/obj
**/secrets.dev.yaml
**/values.dev.yaml
LICENSE
README.md
!**/.gitignore
!.git/HEAD
!.git/config
!.git/packed-refs
!.git/refs/heads/**
Loading

0 comments on commit 1888eef

Please sign in to comment.