Application Freezing

0
0

I have a Wisej application and I noticed that every so often the application freezes, you cannot click anything and there is no response.  However if I refresh the page the application reloads and resumes where it was frozen, like I can click buttons again.  It appears I don’t lose the session which is good but it becomes kinda of annoying to have to refresh the page so many times to get the app to be responsive again.

I can verify websockets are enabled.  The issue does appear to be worse on some PCs or connections than others.

What might be happening here? why would you have to refresh the page?

Thanks appreciate any help,

Devin

 

 

  • You must to post comments
0
0

Hmm I am using the latest 3.5.16 with a .Net 8 project.  I do use a lot of datagridviews with autosizing and fill weights.  I am not sure if that’s the problem but and unfortunately I am unable to reproduce the problem on my machine.  It appears the issue only happens in production and only on certain machines that usually do not have a good connection to the internet.  It probably has something to do with my code, as I have had a lot of issues with async calls and the wisej application not responding unless I put Application.Update(this) after the async calls.   I was kinda hoping someone else was experiencing something similar so I could get an idea on how to pin point this problem.

Thanks,

Devin

  • You must to post comments
0
0

It could be caused by the old freezing of datagridview columns in autosize. Remove all autosizing and retry.

What version of Wisej are you using? Try the latest build and see if that fixes the issue.

If you can provide a reproducible test case, we can look into this further.

 

Julie

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.