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

Update client.go #6

Closed
wants to merge 1 commit into from
Closed

Conversation

AlexTransit
Copy link
Contributor

add timeout for post message
сейчас связь работает нестабильно. дефолтное ожидание 30 секунд слишком большое.
у меня большие задержки только на инициализации.
проще через пару секунд повторить инициализацию.

немного статистики.
в день ~150 платежных сессий
при таймауте 30 секунд может работать днями без проблем, а может по паре ошибок, в день, по времени получить.
при таймауте 2 секунды пока не более 4 повторыных запросов. ответ на повторном ините моментальный.

add timeout for post message
terminalKey: terminalKey,
password: password,
baseURL: "https://securepay.tinkoff.ru/v2",
postTimeoutSec: 2,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Для timeout'ов придуман context

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Согласен! Добавлю возможность передачи контекста (пока просто новые функции будут XXXWithContext().

@nikita-vanyasin
Copy link
Owner

Closing in favor of #7

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 this pull request may close these issues.

3 participants