mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +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.createServicesRegistry()
|
||||||
await this.createServiceInstances()
|
await this.createServiceInstances()
|
||||||
|
|
||||||
// WARNING: Starting relp makes uwebsockets unable to work properly, surging some bugs from nodejs (domain.enter)
|
if (!isProduction) {
|
||||||
// use another alternative to parse commands, like stdin reading or something...
|
this.startRELP()
|
||||||
this.startRELP()
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
startRELP() {
|
startRELP() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user