Nikolay Sidoruk
Results
2
issues of
Nikolay Sidoruk
`FayeRails::RackAdapter::RoutingExtension#incoming` uses `File.fnmatch?` to match channel name. If channel name contains null byte `"\0"` an `ArgumentError` would be raised. The exception will drop a server (checked with Thin and Webric)....
There is a timeout (by default 15 minute) for consumer to process and `ack` / `nack` a message. https://www.rabbitmq.com/consumers.html#acknowledgement-timeout After this timeout if consumer still haven't done with the processing...