Closed nfranke closed 6 years ago
This looks like a bug where the pong response is missing.
can you make a fix for 3.5.2 ?
@vietj @pmlopes I made up a PR: https://github.com/vert-x3/vertx-tcp-eventbus-bridge/pull/38 for this issue, would you please review? Thanks.
The pr has been merged!
Version
Context
When clients send a "ping" message, the server responds with an error "unknwon_type"
Steps to reproduce
Extra
In TcpEventBusBridgeImpl.java in the method: private void handler(NetSocket socket) the code is as follows:
Perhaps the call to doSendOrPub(true, socket, address, msg, registry, replies) should be wrapped in an:
In this case eventType == BridgeEventType.SOCKET_PING is true, but it still does the doSendOrPub