Skip to content

Commit

Permalink
Copy changes made in iot sdk repo
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Apr 12, 2024
1 parent c0278f7 commit 9ff6dc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public EventStreamRPCConnectionConfig(ClientBootstrap clientBootstrap, EventLoop

//bit of C++ RAII here, validate what we can
if (clientBootstrap == null || eventLoopGroup == null || socketOptions == null ||
host == null || host.isEmpty() || port < 0) {
host == null || host.isEmpty()) {
throw new IllegalArgumentException("EventStreamRPCConnectionConfig values are invalid!");
}
}
Expand Down

0 comments on commit 9ff6dc8

Please sign in to comment.