Changeset 885
- Timestamp:
- 10/02/06 22:29:06 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/source/org/kolaka/freecast/transport/BaseMinaPeerConnection.java
r865 r885 164 164 165 165 public void close() throws IOException { 166 closeImpl(); 167 168 // close the session after the last message 166 169 if (session != null) { 167 170 session.close(); 168 171 } 169 closeImpl();170 172 } 171 173
