Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Truncate visiblityTimeout when updating QueueMessage #1053

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 14, 2022

  1. Truncate visiblityTimeout when updating QueueMessage

    The server will reject requests that do not use an integer value of
    seconds for visiblity. The AddMessage method already addresses this
    by using a `long` number of seconds, but UpdateMessage takes a TimeSpan
    and will include fractional seconds allowing for requests that will
    always be rejected.
    marstr committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    199a13e View commit details
    Browse the repository at this point in the history