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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Current implementation of pgp_adapter caused to a warning message
WARNING: Creating a duplicate database object for the same connection.
at PgpAdapter.connect (lisk-sdk/framework/src/components/storage/adapters/pgp_adapter.js:107:18)
at Storage.bootstrap (lisk-sdk/framework/src/components/storage/storage.js:43:23)
at module.exports (lisk-sdk/framework/src/modules/http_api/init_steps/bootstrap_storage.js:19:32)
at HttpApi.bootstrap (lisk-sdk/framework/src/modules/http_api/http_api.js:84:9)
at process._tickCallback (internal/process/next_tick.js:68:7)
if you create multiple instance of storage component in the different modules.
Actual behavior
There should not be any warning or duplicate connections.
Steps to reproduce
Just start the application.
Which version(s) does this affect? (Environment, OS, etc...)
2.0.0
The text was updated successfully, but these errors were encountered:
Expected behavior
Current implementation of
pgp_adapter
caused to a warning messageif you create multiple instance of storage component in the different modules.
Actual behavior
There should not be any warning or duplicate connections.
Steps to reproduce
Just start the application.
Which version(s) does this affect? (Environment, OS, etc...)
2.0.0
The text was updated successfully, but these errors were encountered: