DimensionDev / voicechat-server

VoiceChat Server
1 stars 1 forks source link

Code review #3

Open Jack-Works opened 3 years ago

Jack-Works commented 3 years ago

https://github.com/DimensionDev/voicechat-server/blob/98992ac0ac5a95c1febc400863112483b80dd7b4/src/index.ts#L28-L32

is this part really necessary? I though SIGINT will quit the program by default. cc @venarius

venarius commented 3 years ago

Without it I wasn't able to kill the voicechat server on docker using ctrl-c