arn-cpu
arn-cpu
Hi, there is a bug in private method _BsonBinary visitUUIDConstructor(String uuidConstructorName)_ in _ParameterBindingJsonReader_ class: ``` private BsonBinary visitUUIDConstructor(String uuidConstructorName) { this.verifyToken(JsonTokenType.LEFT_PAREN); String hexString = this.readStringFromExtendedJson().replaceAll("\\{", "").replaceAll("}", "").replaceAll("-", ""); this.verifyToken(JsonTokenType.RIGHT_PAREN); byte[]...
I did not see anything in API or documentation to check whether records were delivered successfully. I see in logs the 200 HTTP status, but from the programming side I...
Hello, I am using the library to poll FTP server. After being notificated about changes by the poller, I need to retrieve file content to the application, so I do...