LivePersonInc / node-agent-sdk

LivePerson Agent Messaging SDK for NodeJS
MIT License
49 stars 78 forks source link

Close Reason for token revocation is not returend #29

Open eitan101 opened 7 years ago

eitan101 commented 7 years ago
agent.on('closed', reason => {
    // socket is now closed
})

Reason is 1006 also for token revocation instead of 4401. Known issue. Should be fixed by the service.

donmanguno commented 6 years ago

@miki2826 Is there anything we can do about this?

miki2826 commented 6 years ago

@donmanguno unfortunately, this wasn't fixed in the service yet

A142899 commented 2 years ago

Any updates on this? And is there any way for me to tell when there's been a token revocation?