Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-1541

Connection timeout in netty client is not working

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.11.0
    • 0.11.0
    • RPC
    • None

    Description

      in RpcUtils.Timer#elapsed(), this part

      remaining -= (prev - current);
      

      should be inverted like this,

      remaining -= current - prev;
      

      my bad. just kill me

      Attachments

        Activity

          People

            navis Navis Ryu
            navis Navis Ryu
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: