question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

msgpack TimeoutErrors

See original GitHub issue

Problems summary

After a while in a session, I start seeing msgpack timeout errors, and was wondering if there was an expectation here. I am pretty sure it’s due to various sources never resolving their completion results. Is this something source authors need to ensure they handle properly? Or is this an error that ddc should suppress?

Expected

Not to see TimeoutErrors in the message logs

Environment Information

  • ddc version (SHA1): e392213

  • OS: macOS

  • neovim/Vim :version output: macVim, 8.2, 1-3376

Provide a minimal init.vim/vimrc with less than 50 lines (Required!)

I am continuing to dig in and see if I can find a specific source of the problem, but figured I would start the dialogue about whether it’s a plugin or ddc issue.

Screenshot (if possible)

CleanShot 2021-08-30 at 12 39 08

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:26 (26 by maintainers)

github_iconTop GitHub Comments

1reaction
amadeuscommented, Sep 1, 2021

Still digging, will report if I can find anything

1reaction
Shougocommented, Aug 31, 2021

I have skipped the timeout. And I have added the check for it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

TimeoutError (msgpack-rpc 0.6.1-devel API)
org.msgpack.rpc.error. Class TimeoutError. java.lang.Object extended by java.lang.Throwable extended by java.lang.Exception extended by java.lang.
Read more >
msgpackrpc.error.TimeoutError: Request timed out #18 - GitHub
Hi. How can I extend the default timeout? In my app the rpc call invokes some process that performs a job that takes...
Read more >
Class: MessagePack::RPC::Session — Documentation for msgpack ...
Session is a abstract class corresponds with a remote host. You can call remote method using call, call_async, callback or notify method.
Read more >
Random timeout errors (Salt request timed out. The master is ...
Random timeout errors (Salt request timed out. The master is not responding). 1311 views ... msgpack-pure: Not Installed msgpack-python: 0.4.8
Read more >
Alchemy Service
bb = require "bluebird" msgpack = require('msgpack') uuid = require 'node-uuid' amqp ... TimeoutError, (err) => return if response_deferred.promise.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found