You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "Sn0rt (via GitHub)" <gi...@apache.org> on 2023/04/21 07:01:31 UTC

[GitHub] [apisix] Sn0rt commented on issue #9214: bug: In a streaming plug-in, when the client connects concurrently, or when the ngx.socket.tcp is created concurrently in the plugin, there is a certain probability that the tcp read buffer accumulates data, but the receive method of ngx.req.socket block continuously.

Sn0rt commented on issue #9214:
URL: https://github.com/apache/apisix/issues/9214#issuecomment-1517361432

   sorry. I not found this usage at APISIX project.
   
   ```
   ~/w/apisix *master> ack 'socket.tcp' apisix/stream/plugins/
   ~/w/apisix *master> ack 'ngx.req.socket' apisix/stream/
   apisix/stream/plugins/mqtt-proxy.lua
   131:    local sock = ngx.req.socket()
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org