Skip to content
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.

Webservice crashes when child process exits #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Webservice crashes when child process exits #43

wants to merge 1 commit into from

Conversation

daviddumon
Copy link

Hello,

When the phantomjs child process crashes, the webservice would not correctly restarts. I've just done a small fix for that.

@danigonza
Copy link

Yeah I had the same problem! This solution solved Thanks!

@gcrumb
Copy link

gcrumb commented Apr 21, 2014

This will cause exit/restart loops. Better to leave the onExit handler unchanged in startService and then in rasterizerExitHandler:

  • this.startService();
  • self.startService();

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants