Tagged Questions
0
votes
3answers
660 views
Any idea why requests to vertx embedded in grails are synchronously queued up
Environment: Mac osx lion
Grails version: 2.1.0
Java: 1.7.0_08-ea
If I start up vertx in embedded mode within Bootstrap.groovy and try to hit the same websocket endpoint through multiple browsers, ...