Skip to content

Commit

Permalink
Update NettyClientUtils.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Dec 26, 2023
1 parent 40e103c commit 12add2f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ object NettyClientUtils {
def createChannel(settings: GrpcClientSettings, log: LoggingAdapter)(
implicit ec: ExecutionContext): InternalChannel = {

if (1==1) throw new RuntimeException("deliberate")

@nowarn("cat=deprecation")
var builder =
NettyChannelBuilder
Expand Down

0 comments on commit 12add2f

Please sign in to comment.