This is an automated email from the ASF dual-hosted git repository.
jonyang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git
The following commit(s) were added to refs/heads/master by this push:
new a84dcbfa4 remove the recursive method to solve the stackoverflow error
(#2846)
a84dcbfa4 is described below
commit a84dcbfa42f4674c1665d1eec31b857b62e184e8
Author: Han Gao <[email protected]>
AuthorDate: Sat Jan 7 13:10:31 2023 +0800
remove the recursive method to solve the stackoverflow error (#2846)
---
.../java/org/apache/eventmesh/runtime/boot/EventMeshTCPServer.java | 5 -----
1 file changed, 5 deletions(-)
diff --git
a/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/boot/EventMeshTCPServer.java
b/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/boot/EventMeshTCPServer.java
index 01c64f579..3c22b41ba 100644
---
a/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/boot/EventMeshTCPServer.java
+++
b/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/boot/EventMeshTCPServer.java
@@ -144,11 +144,6 @@ public class EventMeshTCPServer extends
AbstractRemotingServer {
this.registry = registry;
}
- @Override
- public EventLoopGroup getWorkerGroup() {
- return this.getWorkerGroup();
- }
-
private void startServer() {
Runnable r = () -> {
ServerBootstrap bootstrap = new ServerBootstrap();
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]