We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d29bc5 commit 0337b64Copy full SHA for 0337b64
1 file changed
README.md
@@ -351,7 +351,6 @@ import io.eigr.spawn.api.transport.TransportOpts;
351
public class App {
352
public static void main(String[] args) throws Exception {
353
TransportOpts opts = TransportOpts.builder()
354
- .executor()
355
.port(8091)
356
.proxyPort(9003)
357
.executor(Executors.newVirtualThreadPerTaskExecutor()) // If you use java above 19 and use the --enable-preview flag when running the jvm
0 commit comments