<div><span style="color: rgb(160, 160, 168); ">On Tuesday, December 6, 2011 at 9:25 AM, gabriel adgeg wrote:</span></div>
                <blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px;">
                    <span><div><div><div><br></div><div>I have looked to our source code, and I found that we were using the same channel in two different threads.</div><div>So I create a new channel (with its own SelectConnection) for the second thread... but the error is still raised.</div></div></div></span></blockquote><div>You should keep the use of pika isolated per thread. IE don't reshare a connection or channel across threads.&nbsp;</div><div><br>
                </div>