You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There’s just another method stanza-waiting-p you can call to see if there’s something to be received by receive-stanza. Without that you would have to guess and if you failed Lisp was stuck in a loop until received-stanza actually received something.
This is accomplished by simply remembering the usocket object for the connection which implements #’listen.