This is a migrated thread and some comments may be shown as answers.

proxy stopped working after time

3 Answers 147 Views
FiddlerCore
This is a migrated thread and some comments may be shown as answers.
Elven
Top achievements
Rank 1
Elven asked on 21 Feb 2018, 07:31 AM

I wrote a simple .net windows form program using FiddlerCore (version 4.6.20172.35715)

It has only 2 lines in Form.Load

CONFIG.bEnableIPv6 = False
FiddlerApplication.Startup(8888, 520)

 

I needed a proxy server so I can browse the internet using my home's IP anywhere.

After 3 or 5 days, or even as long as a week, the proxy server stopped responding. If I close the .net program then run it again.

The proxy server works again.

 

Is there anything I could do to prevent this interruption?

This is by far the best proxy server I could find. Please shed some light on.

3 Answers, 1 is accepted

Sort by
0
Alexander
Telerik team
answered on 26 Feb 2018, 06:06 AM
Hello,

Is it possible that you PC runs out of memory and the OS kills your app? You can check the memory usage of your app after 1-2 days of use. There might be some memory problem in this case.

Regards,
Alexander
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Elven
Top achievements
Rank 1
answered on 26 Feb 2018, 07:05 AM

oh yes, I found the System.OutOfMemoryException in event viewer.

Is there a way to prevent this memory usage problem?

0
Alexander
Telerik team
answered on 02 Mar 2018, 12:03 PM
Hi,

It is possible that there is a memory leak in FiddlerCore, but I'm unable to reproduce the problem you have. Is there any other code in this program? If yes, would it be possible that you share it, so we can try to reproduce it?

Regards,
Alexander
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
FiddlerCore
Asked by
Elven
Top achievements
Rank 1
Answers by
Alexander
Telerik team
Elven
Top achievements
Rank 1
Share this question
or