Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hi, I'm repeatedly calling an RPCFunction from javascript in a web page, once per second. After a few minutes I find that my http server stops running and I have to reset the MBED to get it back. My code is basically the same as "RPCDemo" but calling an RPCFunction instead of reading an analog input. If I read the analog input it runs forever ! My RPCFunction is as simple as possible - all it does is write a string to the output. Please see my code posted in the comments on the "Interfacing with javascript" cookbook page. Has anybody else tried repeatedly calling an RPCFunction ?
Thanks - Pete.