You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rpc.tcp_client_port and rpc.tcp_server_port remain the same when more than 2 emqx nodes are created. This arises problems when multiple nodes run concurrently (i.e., the 3rd, 4th and so on crash due to port conflict).
My workaround is to add PORT_INC also to tcp_client_port and tcp_server_port. I don't know if this can cause some problem in RPC
The text was updated successfully, but these errors were encountered:
Hi, I can't find a way to configure more than 2 emqx nodes on my local PC. This is because you have to set rpc.tcp_client_port of node A to the same value as rpc.tcp_server_port of node B.
rpc.tcp_client_port
andrpc.tcp_server_port
remain the same when more than 2 emqx nodes are created. This arises problems when multiple nodes run concurrently (i.e., the 3rd, 4th and so on crash due to port conflict).My workaround is to add
PORT_INC
also totcp_client_port
andtcp_server_port
. I don't know if this can cause some problem in RPCThe text was updated successfully, but these errors were encountered: