commit | 223512c64f791a8589cfc003bb25c3eaa872c7aa | [log] [tgz] |
---|---|---|
author | Madhusudan.C.S <madhusudancs@gmail.com> | Wed Jul 17 11:58:16 2013 -0700 |
committer | Madhusudan.C.S <madhusudancs@gmail.com> | Wed Jul 17 11:58:16 2013 -0700 |
tree | 99318df1d06c34a2d0b44ccbfd67529cd46d494e | |
parent | f0c666dcda3463dbf35ed18978020e028167667b [diff] |
Swap the order of monitor registration with the TCP channel. Monitor should be registered before the channel is opened because channel can start recieving data as soon as it is opened. So not having a monitor when the channel is opened is disastrous.