sshirokov / ZNC.el

Make ERC and ZNC get along more goodest.
MIT License
56 stars 20 forks source link

znc-all connection hangs #31

Closed Jehops closed 3 years ago

Jehops commented 5 years ago

This is with the latest znc package on MELPA with two networks defined.

(setq znc-servers
      '(("myserver.org" 1234 t
         ((network-slug-freenode "me/freenode" "mypassword")
          (network-slug-efnet    "me/efnet"    "mypassword")))))

Running znc-all, usually one connection will hang with Opening connection.. shown in the irc-network-slug-xxx buffer. Running list-processes, killing the process for this connection, then running znc-erc usually ends with a connection, but sometimes this takes a few attempts.

I am running Emacs from the master branch (emacs-devel-27.0.50.20190201,2).

Jehops commented 3 years ago

This hasn't been a problem lately, presumably due to a fix in erc itself.