-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Event not fired after long period of time #4
Comments
Hi @eightlines, The server hangs up without any error ? Could you provide some logs by any chance ? In the meantime, I'll set up a test for a long period usage and see what I get. |
By the way, by looking at your code sample, I'm guessing that you could be interested in the spacebro suite we are currently building. If you want to discuss about it we'd love to do so, but since this is not relevant to your issue we should just do this somewhere else. |
I've got the server and OF app running on a RPi3 with Raspbian Jessie installed. I was logging the cursor movement but after a longer duration I simply stop receiving the event notifications. Should the event listeners be removed if the OF app disconnects? (I'm not getting notifications that the app is disconnecting, just want to be thorough) Thanks for letting me know about Spacebro, looking into it now. I should add I really like this add-on, when it works it works really well! |
Hi @eightlines , Thanks, |
I've set up a Socket.IO server which relay's messages from the client (mobile device) to an OF application. The communication works initially when the server is started, but after a time period (say, 12 hours) the communication fails from the server to the OF side. The client-server communication continues to report console.log statements from the server side but the OF app doesn't receive an event.
A paired down version of the code is available here:
https://gist.github.com/eightlines/a5f57f7a61731a913cb3c0ff33081085
The text was updated successfully, but these errors were encountered: