Weird behavour when compiling

Monkey Forums/Monkey Programming/Weird behavour when compiling

Gruk(Posted 2011) [#1]
I've Probably not got something setup right, but somethings a little wierd.

Is it right that you manually have to shut the MServer program down everytime you recompile? - it's going through the motions of working.. GET, BYE etc, but its running an older version of my latest code?

So either.. this MServer thingy isnt right, or the browser is just running the cached code.

I can get it working by closing Mserver BEFORE I recompile, works fine - just have to remember to close it everytime. Is there no way of auto closing once its finished it?


ziggy(Posted 2011) [#2]
There should be no need to close it. Have you tried refreshing the browser's page? (Usually F5)


Gruk(Posted 2011) [#3]
Thats it! thankyou - even tho I was closing the broswer window each time, it was still displaying the cached version. Refreshing does the trick - and I can keep the MServer working :)