|
|
@ -23,7 +23,6 @@ export abstract class IpcServerService<M extends Microservice = Microservice> ex |
|
|
|
* Example: this.addMessageHandler("some_event", this.onSomeEvent) |
|
|
|
*/ |
|
|
|
protected installMessageHandlers() { |
|
|
|
console.log("Installing from parent"); |
|
|
|
// no-op
|
|
|
|
} |
|
|
|
|
|
|
|