-
Notifications
You must be signed in to change notification settings - Fork 557
New issue
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
how to disable 'Resource temporarily unavailable'? #904
Comments
Maybe you should review your code on how you create sessions. I tested creating 101 sessions in a loop but got no errors. |
LevelDB does not support concurrent Read and Write. If a session has opened it for writing, there's no way for other sessions to access it. If you want to disable it, put |
Disable it in |
luna_pinyin.custom.yaml:
The side effect is that there won't be any user words, because you don't read it at all. |
I set
|
uh, I think I understand you now. You just want to suppress the error message.
Are you using Rime in a TUI program? In that case, please refer to #799 . (i.e. building librime >= 1.10 in release mode should help.) |
Yes, sorry for my bad expression 😢
I try to use rime in zsh (this zsh plugin) and neovim (this vim plugin and that)
I use rime 1.11.2. It still give me the error message if I don't set |
Is your feature request related to a problem? Please describe.
I try to create many rime sessions with a same rime config. However, it will give me
It will not effect it work. I still want to know how to disable it.
Describe the solution you'd like
Disable this error
Describe alternatives you've considered
Decrease the error to warning or info.
The text was updated successfully, but these errors were encountered: