mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 02:24:16 +00:00
only start relp on dev
This commit is contained in:
parent
8965249e3f
commit
493c09cab9
@ -320,9 +320,9 @@ export default class Gateway {
|
||||
await this.createServicesRegistry()
|
||||
await this.createServiceInstances()
|
||||
|
||||
// WARNING: Starting relp makes uwebsockets unable to work properly, surging some bugs from nodejs (domain.enter)
|
||||
// use another alternative to parse commands, like stdin reading or something...
|
||||
this.startRELP()
|
||||
if (!isProduction) {
|
||||
this.startRELP()
|
||||
}
|
||||
}
|
||||
|
||||
startRELP() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user