We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This extension is currently using the Connectionless messaging using runtime.sendNativeMessage. This does start up a new instance of gopass-jsonapi for every single message.
runtime.sendNativeMessage
gopass-jsonapi
Would it be possible to switch to Connection-based messaging to reduce the overhead there? On the gopass-jsonapi side that should be easy.
The text was updated successfully, but these errors were encountered:
martinhoefling
No branches or pull requests
This extension is currently using the Connectionless messaging using
runtime.sendNativeMessage
. This does start up a new instance ofgopass-jsonapi
for every single message.Would it be possible to switch to Connection-based messaging to reduce the overhead there?
On the
gopass-jsonapi
side that should be easy.The text was updated successfully, but these errors were encountered: