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
## [5.2.0](https://github.com/JeringTech/Javascript.NodeJS/compare/5.1.1...5.2.0) - Dec 4, 2019
8
+
## [5.2.1](https://github.com/JeringTech/Javascript.NodeJS/compare/5.2.0...5.2.1) - Dec 6, 2019
9
9
### Fixes
10
+
- Improved HTTP connection stability and error logging. ([#61](https://github.com/JeringTech/Javascript.NodeJS/pull/61)).
11
+
12
+
## [5.2.0](https://github.com/JeringTech/Javascript.NodeJS/compare/5.1.1...5.2.0) - Dec 4, 2019
13
+
### Changes
10
14
- Expanded API. ([#57](https://github.com/JeringTech/Javascript.NodeJS/pull/57)). Added `INodeJSService` members for invocations without return values and
awaittestSubject.InvokeFromStringAsync("module.exports = callback => callback();").ConfigureAwait(false);// Starts the Node.js process
967
+
UridummyEndpoint=testSubject.Endpoint;
968
+
vardummyJsonService=newJsonService();
969
+
970
+
// Act
971
+
using(vardummyHttpClient=newHttpClient())
972
+
// Send a request with an invalid HTTP method. NodeJS drops the connection halfway through and fires the clientError event - https://nodejs.org/api/http.html#http_event_clienterror
0 commit comments