how about support cosocket with openresty?
Opened this issue · 3 comments
shuxiao9058 commented
as openresty libs reuse connections.
gsdenys commented
Hi Aaron,
I've started a new version of this library and I'll create another lib
to make a socket selector and return a generic socket that will
be overloaded with the amqp methods.
This way will be possible to give support to a many socket types just
providing that in the socket selector.
Thanks a lot
Denys G. Santos
+55 11 967-472-050
…On Thu, Dec 9, 2021 at 6:45 AM Aaron Chi ***@***.***> wrote:
as openresty libs reuse connections.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#10>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABXFJE7Y37DHUVCDC46EPNTUQB3D7ANCNFSM5JV76SXA>
.
shuxiao9058 commented
I'm try to modify the v1.4.1 to support nginx cosocket keepalive too. but I'm not familiar with amqp protocol yet.
shuxiao9058 commented
#11 you can see this.
note that ctx:setup
can only invoke once per connection.