X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=mudsync%2Fnetworking.scm;h=f12a7e0c86578927bcfa53d18eef1afb6a532ffb;hb=d23f2cefbde148dedc61da5cf35391a12c6734bb;hp=c2c1068aedf8d3dbc50a61c56bca34b82e1377dd;hpb=c8c47c9d61abd219f561c020e9147d715717a16f;p=mudsync.git diff --git a/mudsync/networking.scm b/mudsync/networking.scm index c2c1068..f12a7e0 100644 --- a/mudsync/networking.scm +++ b/mudsync/networking.scm @@ -147,7 +147,8 @@ (begin (nm-handle-line nm client client-id (string-trim-right line #\return)) - (loop)))) + (when (actor-am-i-alive? nm) + (loop))))) (loop)) (define (nm-handle-port-closed nm client client-id)