only start relp on dev

This commit is contained in:
SrGooglo 2025-04-01 21:56:43 +00:00
parent 8965249e3f
commit 493c09cab9

View File

@ -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() {