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
StreamManagerClient expects an optional Logger within its constructor.
The Logger type definition does not include a property `warn`, which is
expected by the StreamManagerClient.
This commit adds a property `warn` to the JSDoc typedef for
StreamManagerClient's Logger to reduce the likelihood of users supplying
an invalid Logger.
Resolvesaws#19
Description
Currently, the
Logger
type defined here does not match the interface expected by theStreamManagerClient
. It is missing the propertywarn
.The text was updated successfully, but these errors were encountered: