Rhino 8 Hops/Compute Issues

Hi everyone!

I’m testing hops 16.2 with Rhino 8. The compute server works fine, until I use C# script on my canvas, as on the picture:


When I use this gh script with hops, it throws a timeout after 100s.

Blockquote
[12:36:23 ERR] Connection id “0HMTLQSBBBPQA”, Request id “0HMTLQSBBBPQA:00000001”: An unhandled exception was thrown by the application.
System.Threading.Tasks.TaskCanceledException: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
—> System.TimeoutException: The operation was canceled.
—> System.Threading.Tasks.TaskCanceledException: The operation was canceled.
—> System.IO.IOException: Unable to read data from the transport connection: The I/O operation has been aborted because of either a thread exit or an application request…
—> System.Net.Sockets.SocketException (995): The I/O operation has been aborted because of either a thread exit or an application request.

Scripts without any C# work just fine:

My end goal is to load a .gtlf file (with a new Rhino 8 loader) and postprocess geometry. I wanted to follow this apporach: Pass RhinoDoc to Grasshopper in a C# Plugin hosted by Rhino.Compute

Any ideas what can cause this issue? :slight_smile: