Open NikolaySymak opened 3 weeks ago
It looks like you’re stopping the client, whether by canceling its context or calling Stop on it. Otherwise there is no other trigger for the client to begin a clean shutdown.
I’ll add some debug logging to indicate the cause of shutdown.
@bgentry thanks for replying with my issue. but I only called client.start(ctx)
,i am not cancelling the context and not stopping it.
same code is working on the mac system, windows system of higher performance devices or other. But it's not working lower performance devices
I am running the river on windows, but when start the client, it's stucking. Here are logs that I am getting, but it's still stucking.
My Windows Spec: Windows 11 CPU: Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz(8CPUs), ~3.6GHz RAM: 32gb
@bgentry Can you help me how I can fix it?