Weird "Waiting for log" problem in c# .net Webdav

Advertisement

cpanne
Joined:
Posts:
1

Weird "Waiting for log" problem in c# .net Webdav

Hello Together,

We have a c# project where we use the nuGet package of WinSCP and try to manage patches for a different Software and download them from a nextcloud via WebDav.
Now switched from the Version 6.1.2.0 to 6.5.3.0 (16364). The Project is running in the Background as a Windows Service as user System.

Now the problem:
with the new Version we have problems to connect to the nextcloud.
In the Logs we see a lot of the following Messages until the Proxy Server that we use for that closes the connection after 1 Minute.
[code][2025-08-20 02:03:03.647] [0003] Waiting for log update and dispatching events for 800
[2025-08-20 02:03:03.725] [0007] 2nd generation collection count: 5
[2025-08-20 02:03:03.725] [0007] Total memory allocated: 15521656
[2025-08-20 02:03:03.725] [0007] Waiting for request event
[2025-08-20 02:03:03.834] [0007] 2nd generation collection count: 5
[2025-08-20 02:03:03.834] [0007] Total memory allocated: 15529848
[2025-08-20 02:03:03.834] [0007] Waiting for request event
[/code]
Now that where it is getting Weird.
When we execute the same code on the same machine as a User and not as System the connection can be build up (like we want to). We still see the Messages for a few Times but it generally works.
When we execute the same code on a different Machine with the same proxy and in the same network and with the same operating system Windows Server 2019 (Build 17763) the code works in Background as System and in Forground as a User.
Maybe i overlook something but i can't explain why that happens. In the old Version we never had that issue.

I hope you can help me identify the issue if you need more Information please tell me what you need.
  • Logs.zip (96.41 KB, Private file)

Reply with quote

Advertisement

You can post new topics in this forum