Closed andyresta closed 1 year ago
The socket_io_attachments
table is only used if the packet contains binary data or is above the 8000 bytes limit, so having an empty table might be normal.
Reference: https://socket.io/docs/v4/postgres-adapter/#how-it-works
The code you provided looks good to me, I was not able to reproduce the issue. Could you please check?
Closed due to inactivity, please reopen if needed.
using postgres adapter not receive message from another server, but successfully with redis adapter,
this my nginx load balance
this my code in server 1
this in server 2
and table in postgresql which name is socket_io_attachment is always empty, sending message to another server, the message not deliver..
can anyone fix ??
EDIT by @darrachequesne for readability