Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Listener の disconnect() メソッドでは、InetSocketAddress オブジェクトは常に null です。なぜこれが起こるのですか?
@Override public void disconnected(Connection connection) { Log.info("Server disconnected from " + connection.getRemoteAddressTCP()); }