Revert "Sleep again for 100ms for debugging purposes."

This reverts commit ad1aeba749.
v0.8
Martin Dosch 4 months ago
parent 5095297915
commit c5590fe527
No known key found for this signature in database
GPG Key ID: 52A57CFCE13D657D

@ -33,7 +33,6 @@ type configuration struct {
func closeAndExit(client *xmpp.Client, cancel context.CancelFunc, err error) {
cancel()
time.Sleep(100 * time.Millisecond)
client.Close()
if err != nil {
log.Fatal(err)

Loading…
Cancel
Save