Skip to content

Commit 5dcf9c7

Browse files
committed
Add todo comment
1 parent 9af3207 commit 5dcf9c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test/java/software/amazon/awssdk/crt/test/ServerListenerTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ public void onConnectionShutdown(ServerConnection serverConnection, int errorCod
114114
}
115115
});
116116
} catch (CrtRuntimeException ex) {
117+
// TODO This doesn't happen for nw sockets.
117118
exceptionThrown = true;
118119
}
119120
assertTrue(exceptionThrown);

0 commit comments

Comments
 (0)