Adam Rothman
Adam Rothman
This is fixed by https://github.com/jonathanslenders/asyncio-redis/pull/100
I deployed a build of our app earlier this morning with `allocation_profiler_disabled=True` but unfortunately we still ran into the `BufferError`. Our app is fairly complex with many 3rd-party modules but...
Awesome, thank you! I'll try it out again today or Monday and report back.
Answering my own question: this can be worked around by breaking out of the loop in response to a `slack.DisconnectedEvent`, like this: ```go func (b *Bot) runSlackLoop(done chan bool) {...
I think it makes sense to close the `IncomingEvents` channel _iff_ there will never be any more events sent on it. If the RTM is disconnected intentionally by the user...
I can confirm that performance is massively improved using the pre-release version – thank you very much to all involved! Awesome work.
Thank you very much James, I really appreciate the detailed reply. It looks like I am using the `terraform-ls` that ships with the extension: ``` Launching language server: /Users/adam.rothman/.vscode/extensions/hashicorp.terraform-2.29.0-darwin-x64/bin/terraform-ls serve...
Still an issue as far as I know.
We are also experiencing this issue on Vault `1.18.4+ent.fips`.
Our situation is the same as @nielsdt-rabobank: the custom plugin is an auth plugin and we use Raft storage.