-
Notifications
You must be signed in to change notification settings - Fork 54
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
Deadline exceeded when drivers cannot be allocated (even if the client provides context.Background()) #229
Comments
I'm having the same issue with csharp driver. Most probably it takes more than 5 seconds to start it on my system and:
Looks like timeout is triggered by this value: https://github.com/bblfsh/bblfshd/blob/master/daemon/pool.go#L24 |
I'm working right now to fix some timeout issues, and I think the general consensus is to remove default timeout from |
Can you please test it on the latest release? |
hm...
|
Probably broken by e5ca340 |
Looks like the issue is solved: bblfsh/csharp-driver#25 |
@smacker Is it? What is different now? |
There is no |
Awesome! It means you are using the v2 API under the hood. I'll close this one then. Thanks for checking it! |
Possibly duped or related to #227 #209
Using
bblfshd:2.11.0-drivers
image.bblfshd logs:
client logs:
Code to reproduce:
The text was updated successfully, but these errors were encountered: