Closing a channel in haigha 0.5.3 (using gevent transport) crashes when closing channel. &nbsp;The traceback looks like this:<div><br></div><div><div>Traceback (most recent call last):</div><div>&nbsp; File "/Users/vkrug/nta/current/lib/python2.6/site-packages/gevent/greenlet.py", line 328, in run</div><div>&nbsp; &nbsp; result = self._run(*self.args, **self.kwargs)</div><div>&nbsp; File "haigha_channel_test.py", line 57, in readFrames</div><div>&nbsp; &nbsp; conn.read_frames()</div><div>&nbsp; File "/Users/vkrug/Packages/haigha/haigha-0.5.3/build/lib/haigha/connection.py", line 354, in read_frames</div><div>&nbsp; &nbsp; self._transport.process_channels( p_channels )</div><div>&nbsp; File "/Users/vkrug/Packages/haigha/haigha-0.5.3/build/lib/haigha/transports/transport.py", line 38, in process_channels</div><div>&nbsp; &nbsp; channel.process_frames()</div><div>&nbsp; File "/Users/vkrug/Packages/haigha/haigha-0.5.3/build/lib/haigha/channel.py", line 208, in process_frames</div><div>&nbsp; &nbsp; self.close( 500, "Failed to dispatch %s"%(str(frame)) )</div><div>&nbsp; File "/Users/vkrug/Packages/haigha/haigha-0.5.3/build/lib/haigha/channel.py", line 156, in close</div><div>&nbsp; &nbsp; self.channel.close(reply_code, reply_text, class_id, method_id)</div><div>AttributeError: 'Channel' object has no attribute 'channel'</div><div>&lt;Greenlet at 0x1009d42f8: readFrames(conn=&lt;haigha.connection.Connection object at 0x1009de45)&gt; failed with AttributeError</div></div><div><br></div><div>Filed as&nbsp;https://github.com/agoragames/haigha/issues/24</div>