Files
mautrix-telegram/pkg/gotd/cmd/connclose/README.md
T
2025-06-27 20:03:37 -07:00

645 B

This project is an attempt to reproduce connection timeout that causes gotd to hang.

Warning

Currently I'm unable to reproduce the issue.

Referenced issue: https://github.com/gotd/td/issues/1030

Dependencies:

  • docker
  • kind
  • helm
  • cilium cli
  • go

Preparation

cp secret.example.yml secret.yml

Edit secret.yml and put there your bot and application credentials.

Running

Start cluster:

make up

Deny connections to telegram:

make deny

Update binary

make update

Restore connections

make allow

Logs

make logs

Cleanup

make down