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