-
Notifications
You must be signed in to change notification settings - Fork 41
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
Fix server end handler #433
Conversation
This adds a process.nextTick handler to the server.on end event in Habitat2Elkobridge This was a suggested fix from Keith at The MADE frandallfarmer#393 (comment) This should address frandallfarmer#393 frandallfarmer#431 and others
@frandallfarmer @StuBlad could one of you test and confirm if this fixes the issue? I can't seem to install the current docker-compose on my Apple Silicon machine to test and don't have a staging environment setup on the MADE resources yet |
This fix did not work as intended. The test that breaks it is to use the web-client (port 1701) and try to change regions.
|
This adds a process.nextTick handler to the server.on end event in Habitat2Elkobridge
This was a suggested fix from Keith at The MADE
#393 (comment)
This should address #393 #431 and others