BG95-How to reopen a closed socket

I am currently able to open a socket and post to dweet.io. However, after I close the socket, I get an error when I try to reopen the socket. How do I reopen the same socket after successfully closing the same socket?

Hi @jsaville

Are you using HTTP? what’s you mean same socket?

when you have close one socket , it means that , the socket handle has been released , you can not re-connect the same socket , we have to open one new socket , thanks