You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using SS + Microsoft.AspNetCore.Mvc.Testing for integration testing queries/mutations, but I can't seem to find a place to add handlers to the SS websocket client like I could previously do for SignalR HubConnectionBuilder. Is it possible to add another a custom http handler to a StrawberryShake client? Alternatively, could I use SSE instead of websockets?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm using SS +
Microsoft.AspNetCore.Mvc.Testing
for integration testing queries/mutations, but I can't seem to find a place to add handlers to the SS websocket client like I could previously do for SignalR HubConnectionBuilder. Is it possible to add another a custom http handler to a StrawberryShake client? Alternatively, could I use SSE instead of websockets?Beta Was this translation helpful? Give feedback.
All reactions