-
Updated
Nov 23, 2020 - Java
Eclipse Vert.x

Eclipse Vert.x is a toolkit for writing reactive polyglot applications for the JVM. Vert.x comes with an extensive reactive ecosystem that is modular, performant, and easy to use. Developers can build many kinds of applications such as soft realtime web applications, microservices, IoT applications, protocol adapters, and distributed applications thanks to the wide variety of this ecosystem.
Here are 787 public repositories matching this topic...
-
Updated
Nov 10, 2020 - Java
-
Updated
Nov 23, 2020 - Java
-
Updated
Nov 23, 2020 - Java
-
Updated
Nov 23, 2020 - Java
-
Updated
Dec 13, 2018 - Java
Create a Rust-Client
We should provide a Rust client in addition to the TypeScript and Python client.
I have a idea. Auto create a typescript project by run es4x init with --typescript or -t 。It's not manual copy file by sample.
And “mvnDependencies ” added to the package.json by default. Because a lot of people don't know about it。
If you agree, I can modify this code. ^_^
-
Updated
Nov 23, 2020
-
Updated
Oct 19, 2018 - JavaScript
-
Updated
May 31, 2020 - JavaScript
-
Updated
Oct 13, 2020 - Java
-
Updated
Oct 14, 2020 - Kotlin
-
Updated
May 23, 2020 - Java
-
Updated
Jul 10, 2018 - Java
-
Updated
Apr 1, 2020 - Java
-
Updated
May 22, 2020
-
Updated
Oct 13, 2020 - HTML
-
Updated
Oct 16, 2020 - Java
https://github.com/vert-x3/vertx-web/blob/bfe12934ec1251928c4744f41c898ee2d0dfc101/vertx-web/src/main/java/io/vertx/ext/web/sstore/impl/LocalSessionStoreImpl.java#L104
we discussed in the past already about this bug. Maybe you have a solution for this.
Its a race-bug, Sometimes there can be two or more unrelated Sessions be written, if different eventloops are on the same time on line 110 fo