I've noticed this a bunch since I updated to 7.78, but only gotten around now to actually create a thread for it.
Mostly for historical reasons (and to satisfy my muscle memory), I got an alias that basically runs /server -m Server1 | server -m Server2 | server -m Server3 | server -m Server4 | server -m Server5 | server -m Server6
With the initial connection, that gets me onto the networks I frequent. Those used to be direct IRC addresses with a few more options, but since SASL etc. became built-in I changed those into saved servers with appropriate settings.
Starting with 7.78, this hangs mIRC ever so slightly until all connections are established. My MP3 player script keeps playing, but it doesn't react to button clicks (not in the UI, not in my DLL extension that adds a few taskbar buttons using ITaskbarList3::ThumbBarAddButtons
) until that's done. Neither does the rest of the UI, but it doesn't go into "App not responding" mode (which might be by chance only, and not by choice).
I'm guessing there were some changes to how connections are switched (select()
) or threads are managed? At least that's what my gut tells me might have happened there.
I have yet to try this with a clean portable version that doesn't load my scripts, but aside from a bunch of server-specific auto-joins (as ON CONNECT
) there isn't anything obvious that would run during the connection phase that could affect this.
I also want to try out using the On startup -> Connect to server option (that I apparently missed back when I updated my alias), but I don't think I can get to that before the weekend.