abc123 Posted March 8, 2015 Share Posted March 8, 2015 http://192.168.88.1/cgi-bin/geopanel.sh If I leave this open for a long period of time on google chrome..eventually it stops rendering and i have to refresh (i presume this is due to a memory leak). Link to comment Share on other sites More sharing options...
Dirty Dog Posted March 8, 2015 Share Posted March 8, 2015 Yeah I have this issue with Chrome and Safari. Link to comment Share on other sites More sharing options...
abc123 Posted March 9, 2015 Author Share Posted March 9, 2015 @Dirty Dog thanks for testing Safari. @Iain if you'd like I can debug this for you and find the bug...but obviously i cannot resolve it for you since it is closed source. Link to comment Share on other sites More sharing options...
Knxwledge Posted March 9, 2015 Share Posted March 9, 2015 This happens to me as well when using chrome Link to comment Share on other sites More sharing options...
Guest Netduma_Iain Posted March 9, 2015 Share Posted March 9, 2015 I'll check it out soon Link to comment Share on other sites More sharing options...
killasapo Posted May 18, 2015 Share Posted May 18, 2015 I also have this same issue as well on chrome and safari Link to comment Share on other sites More sharing options...
Administrators Netduma Iain Posted May 18, 2015 Administrators Share Posted May 18, 2015 I'll add to our project management system. Link to comment Share on other sites More sharing options...
procreate Posted May 19, 2015 Share Posted May 19, 2015 same on chrome. Link to comment Share on other sites More sharing options...
Dirty Dog Posted May 19, 2015 Share Posted May 19, 2015 I'll add to our project management system. Iain, couldn't find a ticket for this so I've added it. Hope that's okay? Link to comment Share on other sites More sharing options...
Administrators Netduma Iain Posted May 20, 2015 Administrators Share Posted May 20, 2015 sure, thanks for doing that Dirty Dog Link to comment Share on other sites More sharing options...
PharmDawgg Posted May 24, 2015 Share Posted May 24, 2015 Just want to say this is happening with me as well. Sometimes refreshing corrects it but other times I have to close the browser out all together. Link to comment Share on other sites More sharing options...
abc123 Posted May 25, 2015 Author Share Posted May 25, 2015 It's a memory leak i'd presume, a simple use of chrome debugger will show this. Once again if you want I can debug this but I cannot resolve it. Link to comment Share on other sites More sharing options...
Administrators Netduma Iain Posted May 26, 2015 Administrators Share Posted May 26, 2015 Hey abc, development has come to a standstill due to moving to our new office. But we have new project management system and this ticket is on there. If you have the time sure it would be very helpful Link to comment Share on other sites More sharing options...
abc123 Posted June 22, 2015 Author Share Posted June 22, 2015 okay, so i haven't played any xbox live in about 3 weeks...but 1 hour of testing the geopanel with no ip's loading shows there isn't an issue... I'm assuming that you create a dictionary with all IPs with lat, lng that you've played with...you need to also add a timestamp with last seen... On access of that dictionary obj update this timestamp. Then you'll need to process the list every now and again and anything over 30 minutes old trash...the issue appears to be that simple... I'll dig more tomorrow and give you snapshot proof. Link to comment Share on other sites More sharing options...
Administrators Netduma Fraser Posted June 22, 2015 Administrators Share Posted June 22, 2015 Thanks for doing that abc, I'll be sure to show this to Iain Link to comment Share on other sites More sharing options...
abc123 Posted June 22, 2015 Author Share Posted June 22, 2015 30 minutes is actually way to long, since you will be hit with a packet or two every 15 seconds...so really just whenever you get 0 packets from them for more than 2 minutes Link to comment Share on other sites More sharing options...
Administrators Netduma Fraser Posted June 23, 2015 Administrators Share Posted June 23, 2015 30 minutes is actually way to long, since you will be hit with a packet or two every 15 seconds...so really just whenever you get 0 packets from them for more than 2 minutes Thanks abc Link to comment Share on other sites More sharing options...
Administrators Netduma Iain Posted June 23, 2015 Administrators Share Posted June 23, 2015 We'll make a ticket and process it real soon mate. Thanks for the feedback. Link to comment Share on other sites More sharing options...
Dillinger Posted July 9, 2015 Share Posted July 9, 2015 abc123 stopped by and posted this link in my Canary Roundtable discussion. This appears to be the same issue I am experiencing and it was especially painful last evening as I was running some lobbies with Safari open. Any thoughts or further tests I can run to help assist? This is getting really old, having to refresh the Congestion page after every lobby. Thanks, JD Link to comment Share on other sites More sharing options...
Administrators Netduma Fraser Posted July 9, 2015 Administrators Share Posted July 9, 2015 At the moment Iain is working on this massive update so for the time being can you use Firefox as the issue should appear less Link to comment Share on other sites More sharing options...
Dillinger Posted July 9, 2015 Share Posted July 9, 2015 At the moment Iain is working on this massive update so for the time being can you use Firefox as the issue should appear less I'll give it a try. Thanks Fraser! Link to comment Share on other sites More sharing options...
Dirty Dog Posted July 13, 2015 Share Posted July 13, 2015 I'll give it a try. Thanks Fraser! Any better with Firefox, D? Getting back on AW, so be good to hear your thoughts. Thanks Link to comment Share on other sites More sharing options...
Dillinger Posted July 13, 2015 Share Posted July 13, 2015 Any better with Firefox, D? Getting back on AW, so be good to hear your thoughts. Thanks Sorry my man, this weekend was all chores, everyday and I didn't play a game of CoD. I will say when I gamed on Thursday with both Safari and Chrome (total about 91K people online) I only ran into the issue a couple of times in about 2 hours. I might get on line tonight and if I do, I will load Firefox specifically and give it a go. Link to comment Share on other sites More sharing options...
Dirty Dog Posted July 14, 2015 Share Posted July 14, 2015 Sorry my man, this weekend was all chores, everyday and I didn't play a game of CoD. I will say when I gamed on Thursday with both Safari and Chrome (total about 91K people online) I only ran into the issue a couple of times in about 2 hours. I might get on line tonight and if I do, I will load Firefox specifically and give it a go. Cool, thanks bud. Sooo... Mrs. Dillinger, been cracking the whip eh? Good - LOL Link to comment Share on other sites More sharing options...
abc123 Posted July 18, 2015 Author Share Posted July 18, 2015 it is a memory leak in the JavaScript (client side code) no browser will solve this... 2 Solutions: 1. remove the memory leak in the router source (done by Iain) 2. Identify the memory leak then go into the source on your browser and change it...then notify Iain so he can put it into the master source. The first solution is the only real solution here...You could make it so a tab has more memory or you could hit Ctrl + R (F5) to clear the memory used by the javascript... I need to do some more development on my iOS stuff so...i'll actually hook up my X1 and run it to the R1...then debug...I'm sure it is a simple dictionary issue and the fix will be a timestamp solution which me and Iain discussed...brb Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.