question

Upvotes
Accepted
9 0 1 2

is there a command to make in the side by side API to disconnect with Eikon?

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

side-by-side-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
78.2k 246 52 72

@Maya.Uemura

From the question, I assume that you would like to release the session token.

If yes, please try the release command.

{
  "sessionToken": "<session token>",
  "command": "release"
}
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.