Index: openacs-4/packages/xotcl-core/tcl/message-relay-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/Attic/message-relay-procs.tcl,v diff -u -N -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/xotcl-core/tcl/message-relay-procs.tcl 23 Feb 2019 19:02:55 -0000 1.1.2.1 +++ openacs-4/packages/xotcl-core/tcl/message-relay-procs.tcl 23 Feb 2019 19:54:31 -0000 1.1.2.2 @@ -131,7 +131,7 @@ return [expr { [info commands ::thread::mutex] ne "" && [info commands ::bgdelivery] ne "" - && ![security::secure_conn_p] + && (![ns_conn isconnected] || ![security::secure_conn_p]) }] }