Closed progval closed 2 years ago
this doesn't feel like an issue with Dalek as any information about the NICK
or USER
command being used isn't visible to services and I don't think there would be any difference made in the SASL flow which could cause this to be caused by Dalek
heh, I can't reproduce it anymore
So I have this code in irctest that connects a client with SASL, and sends NICK+USER+CAP END as soon as it gets the 900 (RPL_LOGGEDIN) reply.
This works fine on my main computer, but it often fails in the GitHub CI. Here is an excerpt from a successful test:
And here is an example of a failure on GitHub:
As you can see, 906 (ERR_SASLABORTED) is sent after the MOTD; then 903 (RPL_SASLSUCCESS) is sent shortly after
Both are running on commit 8868473ad1ee03c56aac1e6a7f85ed11b8cb2ef7