Replies: 1 comment
-
I don't know if I'd call it a glitch, or claim that it shouldn't work. If the serializer can work with the object and you can use it correctly from the client side then that's fine. But it is definitely preferable to use actual types instead of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a controller that allows other parts of the application which do not run inside a ASPNET core process to send messages to SignalR Clients:
Since the goal is to support any type of Notification, the controller action simply reads the JSON request data into a System.Text.JsonDocument and fowards it to. This works, but since the implementation is some kind of workaround for #22465 I'd rather ask if this may be some kind of glitch that is not supposed to work.
Beta Was this translation helpful? Give feedback.
All reactions