You've already forked linux-packaging-mono
Imported Upstream version 4.4.0.40
Former-commit-id: 6427cc082e74df30afc535fd906a3494b74b0817
This commit is contained in:
@@ -64,7 +64,7 @@ namespace MonoTests.Helpers
|
||||
tcpListener = new TcpListener (ep);
|
||||
tcpListener.Start ();
|
||||
|
||||
listenTask = Task.Run (Listen);
|
||||
listenTask = Task.Run ((Action) Listen);
|
||||
}
|
||||
|
||||
public void Dispose ()
|
||||
|
Reference in New Issue
Block a user