https://github.com/queer/vertx-reproducer
https://github.com/queer/vertx-reproducer
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/queer/vertx-reproducer
- Owner: queer
- Created: 2018-09-03T18:18:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-03T18:18:22.000Z (almost 8 years ago)
- Last Synced: 2025-03-10T14:55:43.568Z (over 1 year ago)
- Language: Java
- Size: 3.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vertx-reproducer
Repro's an issue with the vert.x websocket client
## Usage
```Bash
mvn clean package
# start server
java -jar target/vertx-reproducer-1.0.jar -server
# start client and watch the explosions!
java -jar target/vertx-reproducer-1.0.jar -client
```