diff rep/Forwarder.java @ 365:c432755c3555

distributed session debug continue... SELECT/SELECT_ACK loop
author kono
date Mon, 20 Oct 2008 17:00:42 +0900
parents 1a8856580d38
children e16b6326fdac
line wrap: on
line diff
--- a/rep/Forwarder.java	Mon Oct 20 13:44:34 2008 +0900
+++ b/rep/Forwarder.java	Mon Oct 20 17:00:42 2008 +0900
@@ -26,6 +26,7 @@
 	
 	public void send(REPCommand command) {
 		assert(command!=null);
+		assert(channel!=null);
 		REPCommand c = new REPCommand(command);
 		manager.addWriteQueue(new PacketSet(channel,null,  c));
 	}