We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5309cf1 commit c383fd8Copy full SHA for c383fd8
src/main/java/de/rub/nds/tlsscanner/probe/TlsProbe.java
@@ -89,7 +89,7 @@ public final void executeState(State... states) {
89
}
90
91
public final void executeState(List<State> states) {
92
- parallelExecutor.bulkExecute(states);
+ parallelExecutor.bulkExecuteStateTasks(states);
93
for (State state : states) {
94
writer.extract(state);
95
0 commit comments