https://learninghub.kx.com/forums/topic/oserror-using-qpython
I am using the qpython package to query the data from a live (records are inserted constantly) in-memory table. At times, I have this error thrown to me:
OSError: [WinError 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted
What does it mean and how to resolve this issue?