Adds an ResponseListener that takes in the resolve and rejects from a Promise
Which facilitates always returning a response.
Adds a simpleClient that has no batching or retrying logic.
Resolves Issue #12
return the SKIPPED_RESPONSE for Status.Skipped and StatusCode=0, which seems more fitting if nothing happens.
Adds an
ResponseListener
that takes in the resolve and rejects from a Promise Which facilitates always returning a response. Adds asimpleClient
that has no batching or retrying logic.Resolves Issue #12
return the
SKIPPED_RESPONSE
forStatus.Skipped
andStatusCode=0
, which seems more fitting if nothing happens.