cardano-open-oracle-protocol
cardano-open-oracle-protocol copied to clipboard
Fix for fd leakage
Fix #86.
- For the fact statement store, db connection will be reused, meaning that one service instance only uses one connection for SQLite database in its full life cycle, instead of opening a new connection for every single request.
- For the publisher, grpc clients will be resued.