When I handshake with Eikon, it creates an instance that eikon can link to. I want to remove my instance when I am finished using it.
I am asking because every time I handshake, it creates a new instance, which ends up being a long list of instances. I would like to close the session as I am done using it.
I currently do close the websocket after I am done, but the instance still seems to persist.
Thanks in advance