Community
Participate
Working Groups
Build Identifier: After throwing the socket exception, such as the listen port is used up, scid does not handle it correctly. Update the scid to catch this exception, and do the error handling. Reproducible: Always
Created attachment 193857 [details] Submit the patch for updating the error handling of scid Submit the patch for updating the error handling of scid
Could you change the code from exit(1) to exit(-1) to comply with the existing coding style?
I have applied the patch with the change I mentioned.
Thanks for your comments. In the current source codes, scia.cpp uses "exit(1)" instead of "exit(-1)". We can change it to "exit(-1)" to make all the existing coding style consistent.
The codes have already been committed into the branch.