You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
Hi,
I am getting the data sent by server followed by an exception.
Data sent from server: message : {"User":763207291}
Exception: Retry: 3000 - Error: System.ArgumentNullException: Value cannot be null.
The null exception is because the variable line is null at line# 127 in EventSourceReader.cs.
Any idea why it is null & how to handle this. I tried break if line variable is null, this disconnects the sever, doing continue goes into an infinite loop.
Regards,
Altaf
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I am getting the data sent by server followed by an exception.
Data sent from server:
message : {"User":763207291}
Exception:
Retry: 3000 - Error: System.ArgumentNullException: Value cannot be null.
The null exception is because the variable line is null at line# 127 in EventSourceReader.cs.
Any idea why it is null & how to handle this. I tried break if line variable is null, this disconnects the sever, doing continue goes into an infinite loop.
Regards,
Altaf
The text was updated successfully, but these errors were encountered: