-
Notifications
You must be signed in to change notification settings - Fork 187
Calling SingalR\poll?transport=longpolling issue #21
Comments
That's expected, the messageID is used by the client to tell the server which message it received last. So if you change the messageID to an older ID then you'll get messages since that older ID. And the concern about auth is not valid because your connection is authenticated via the connectionToken in the query string. Also, if that's real data you should probably reset the SessionTokens and Login IDs. cc @halter73 |
Additionally, if the authenticated user has a non-empty |
is there any possibility to overcome this issue? please suggest me? if any code changes is needed i will try to do , please help on this? |
What issue? You aren't leaking any data because the data has already been sent to this client before. |
whenever we change the messageid of the above request we are getting the all the connections history means all the methods are coming as response.please see the attached image for your reference.
The text was updated successfully, but these errors were encountered: