lua-resty-rabbitmqstomp icon indicating copy to clipboard operation
lua-resty-rabbitmqstomp copied to clipboard

Opinionated Lua RabbitMQ client library for the ngx_lua apps based on the cosocket API

Results 3 lua-resty-rabbitmqstomp issues
Sort by recently updated
recently updated
newest added

Hi there, I tried to follow the example you have here, I have little issue in this part of code. ```lua -- -- Created by IntelliJ IDEA. -- User: ismael...

When using Kong to customize the plug-in, in the log phase, the rabbitmqstomp send a message to prompt that the plug-in is closed, Namely "closed while logging request"。 The specific...

In rabbitmqstomp.lua: local LF = "\x0a" local EOL = "\x0d\x0a" local NULL_BYTE = "\x00" However, they do not work properly. They should be: local LF = "\n" local EOL =...