Closed M0dEx closed 2 years ago
This is really a QuestDB issue: The server should close the socket if receiving ILP over the PG wire protocol. This would cause the Python Sender
to disconnect and raise an error. I'll close this ticket and raise a new one.
We have come across an issue where the
Sender
does not throw an exception when connected to an open non-ILP TCP socket. (eg. connecting to the port 8812 meant for SQL connections).This results in the Sender "writing" to the database seemingly without a problem, when in reality nothing is being written to the database. No exception, no hint something may be incorrectly configured.
Steps to reproduce:
Additional Information:
OS: MacOS 12.6 and Windows 11 21H2