vertx-eventbus-bridge-clients icon indicating copy to clipboard operation
vertx-eventbus-bridge-clients copied to clipboard

Home for various EventBus Bridge clients

Results 18 vertx-eventbus-bridge-clients issues
Sort by recently updated
recently updated
newest added

Bumps [io.netty:netty-codec-http](https://github.com/netty/netty) from 4.1.74.Final to 4.1.108.Final. Commits 3a3f9d1 [maven-release-plugin] prepare release netty-4.1.108.Final be34698 Fix action version for release process 7b1e6c9 [maven-release-plugin] rollback the release of netty-4.1.108.Final a733b96 [maven-release-plugin] prepare for...

dependencies
java

The EventBusClient.java appears to only handle Map data due to this line. https://github.com/vert-x3/vertx-eventbus-bridge-clients/blob/d43e37bee66a0a1e403d32ef01bf439f01e002d1/java/src/main/java/io/vertx/eventbusclient/EventBusClient.java#L315 Here is a failing example that I added to TcpBusTest.java: https://gist.github.com/jt70/d19debaa081d93db8a1aa9792fc17a7f#file-tcpbustest-java The examples in the documentation have...

bug

We should have an EventBus Client in [Dart programming language](https://dart.dev/) this will make Vert.x event bus accessible to a broad range of platforms like Desktops (Windows, MacOS and Linux) ,...

enhancement

Fix LEAK: ByteBuf.release() was not called before it's garbage-collected.

### Questions Netty Throw an exception: ``` LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information. Recent access records: #1: io.netty.buffer.AdvancedLeakAwareByteBuf.toString(AdvancedLeakAwareByteBuf.java:742) io.vertx.eventbusclient.transport.WebSocketTransport$1.channelRead(WebSocketTransport.java:79) io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103)...

bug

### Questions When "url" contains "server" and "transports" instead of the default "/eventbus/websocket" (e.g. " eventbus/1234/EventBusClientA/websocket"), will appear abnormal information and disconnected, Unhandled exception information is "TextWebSocketFrame (data: PooledUnsafeDirectByteBuf(ridx: 0,...

bug

### Version Version 1.0.1 ### Context Sending a simple JsonObject is encoded incorrectly via Jackson or Gson. **Reproducer** ``` JsonObject json = new JsonObject().put("login", new JsonObject()); JsonCodec codec = new...

bug

@pmlopes here is simple modeling of the EventBus object I did. I also did some refactoring to suit ES6 with respect to variables and function declarations. While working on creating...

outreachy

I see that this class has been deprecated io.vertx.ext.sync.SyncVerticle and oher class So how am I going to use synchronous requests and responses correctly because I want to encapsulate a...

enhancement

Bumps [gson](https://github.com/google/gson) from 2.2.4 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies
java