Skip to content
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

GenServer hitting timeout when deleting references #164

Closed
zachallaun opened this issue Aug 11, 2023 · 0 comments · Fixed by #168
Closed

GenServer hitting timeout when deleting references #164

zachallaun opened this issue Aug 11, 2023 · 0 comments · Fixed by #168

Comments

@zachallaun
Copy link
Contributor

Putting this here for posterity because I can't look into it right now!

~/dev/next-ls za-patch-1* 1m 10s
❯ bin/start --port 9000
Compiling 1 file (.ex)
Starting on port 9000

09:33:43.469 [error] Task #PID<0.300.0> started from #PID<0.275.0> terminating
** (stop) exited in: GenServer.call(:"db-mneme", {:query, "DELETE FROM 'references'\nWHERE file = ?;\n", ["/home/z/dev/mneme/lib/mneme/diff.ex"]}, 5000)
    ** (EXIT) time out
    (elixir 1.15.4) lib/gen_server.ex:1074: GenServer.call/3
    (next_ls 0.9.1) lib/next_ls.ex:425: anonymous fn/4 in NextLS.handle_notification/2
    (elixir 1.15.4) lib/task/supervised.ex:101: Task.Supervised.invoke_mfa/2
    (elixir 1.15.4) lib/task/supervised.ex:36: Task.Supervised.reply/4
Function: #Function<32.115956593/0 in NextLS.handle_notification/2>
    Args: []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant