You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is maybe some copy/paste typo in SingleConnectionSocketServerTransport ?
Should it be ?
- private static final Logger LOGGER = LoggerFactory.getLogger(SingleConnectionSSLSocketServerTransport.class);+ private static final Logger LOGGER = LoggerFactory.getLogger(SingleConnectionSocketServerTransport.class);
- LOGGER.debug("SSLSocketServer is listening on " + serverSocket.getLocalSocketAddress());+ LOGGER.debug("ServerSocket is listening on " + serverSocket.getLocalSocketAddress());
The text was updated successfully, but these errors were encountered:
There is maybe some copy/paste typo in
SingleConnectionSocketServerTransport
?Should it be ?
The text was updated successfully, but these errors were encountered: