Mercurial > hg > Database > Christie-sharp
diff daemon/AcceptThread.cs @ 29:0cd2684e401b
update InputDataGear and more
author | riono <e165729@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 21 Jan 2021 01:18:26 +0900 |
parents | 45ff08d59fda |
children | 6399d784c6d1 |
line wrap: on
line diff
--- a/daemon/AcceptThread.cs Wed Jan 20 02:21:55 2021 +0900 +++ b/daemon/AcceptThread.cs Thu Jan 21 01:18:26 2021 +0900 @@ -30,7 +30,7 @@ Task.Factory.StartNew( () => incoming.Run(), TaskCreationOptions.LongRunning); - //cgm.SetAccept(key, in); + cgm.SetAccept(key, incoming); OutboundTcpConnection outbound = new OutboundTcpConnection(connection); Task.Factory.StartNew(