Skip to content

Commit

Permalink
Merge pull request #125 from DeepBlueRobotics/remove-wsClientSupplier
Browse files Browse the repository at this point in the history
Remove `wsClientSupplier`
  • Loading branch information
CoolSpy3 authored Jul 20, 2024
2 parents fca5060 + fba760f commit 71342b9
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import java.util.concurrent.ConcurrentSkipListSet;
import java.util.concurrent.LinkedBlockingDeque;
import java.util.concurrent.TimeUnit;
import java.util.function.Supplier;

import org.carlmontrobotics.libdeepbluesim.internal.NTConstants;
import org.carlmontrobotics.wpiws.connection.ConnectionProcessor;
Expand Down Expand Up @@ -71,8 +70,6 @@ public final class WebotsSupervisor {

private static volatile boolean isWorldLoading = false;

private static Supplier<WebSocketClient> wsClientSupplier = null;

final static PubSubOption[] pubSubOptions =
new PubSubOption[] {PubSubOption.sendAll(true), // Send every update
PubSubOption.keepDuplicates(true), // including duplicates
Expand Down

0 comments on commit 71342b9

Please sign in to comment.