You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now our base backend sleeps 100ms after it shutdowns the running clone honeypot jar. This is necessary because we should generate a jar and for this the application should be completely closed. Our assumptions shows that Java works faster than OS and it executes the generating jar command before the application shutdown. To prevent this we sleep the thread 100ms so that it executes the generating jar command safely. However this is not ideal. We should find another good way to accomplish this.
The text was updated successfully, but these errors were encountered:
Right now our base backend sleeps 100ms after it shutdowns the running clone honeypot jar. This is necessary because we should generate a jar and for this the application should be completely closed. Our assumptions shows that Java works faster than OS and it executes the generating jar command before the application shutdown. To prevent this we sleep the thread 100ms so that it executes the generating jar command safely. However this is not ideal. We should find another good way to accomplish this.
The text was updated successfully, but these errors were encountered: