Kim Lukas Bechtold
Results
2
comments of
Kim Lukas Bechtold
And if you do something like this. To have your own XMLHttpRequest Factory? ``` Global.setXMLHttpRequest(function () { var request = new XMLHttpRequest(); request.withCredentials = true; return request; }); ```
I am using the GraphQl.Client 6.0.3 the described flow is valid me as well, because it is the same application: ``` - disposing the subscription created by CreateSubscriptionStream() - disposing...