leonardb commented on issue #52:
URL: https://github.com/apache/couchdb-erlfdb/issues/52#issuecomment-1023575828


   This did not help so I decided to just nuke my entire local DB and start 
from scratch.
   
   After setting up a fresh install of 6.3.23 with new certs it appears that 
passing the `_bytes` variants works fine.
   
   So, *not a bug* and apologies for the distraction.
   
   I do still have an open question about the ability to defer loading and 
initialization of the NIF though.
   
   Currently I have a branch which:
   - checks for `application:env(erlfdb, init, auto)` and if it's anything but 
`manual` if continues the init as usual.
   - exports a `init_manual/1` function from `erlfdb_nif` which allows me to 
manually init with all the cert details
   
   Would this be considered as a contribution? Id does not change or alter 
default behavior but it does give consumers the ability to control 
initialization and network settings.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to