-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Labels
Description
We're using your javascript library (1.6.15) at Adobe for Project Neo to connect to a socket. Our socket endpoint is generated using a signed url and once the socket connection is established, that endpoint becomes invalidated (meaning you cannot use it to reconnect again). The library handles reconnection automatically, but the issue I'm running into is that it won't let me change the socket endpoint before attempting to reconnect. Since the endpoint has become invalidated, the reconnection always fails.
I was wondering if there was a way around this, or if there were any plans to accommodate this in the near future?