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
Hi All,
I am using SignalA for connecting to my SignalR chat hub. I need the Andriod client to be constantly connected to the Hub in order to receive chat messages and notifications from various groups.
I am facing an issue where the SignalA client looses connection after some time and then does not reconnect immediately. I keep getting an error related to connections. Below is the log from the client. Can someone please assist in resolving the issue.
Microlog 0:[DEBUG]-Updating Connection State to Connecting
Microlog 649:[DEBUG]-Updating Connection State to Connecting
Microlog 997:[DEBUG]-Updating Connection State to Connected
Microlog 998:[DEBUG]-registerForNotifications
Microlog 2996:[DEBUG]-Exception in Chat Hubjava.lang.Exception: Error when calling endpoint.
Microlog 2997:[DEBUG]-Updating Connection State to Disconnecting
Microlog 2999:[DEBUG]-Retrying connection to chat hub
Microlog 2999:[DEBUG]-In the Retry block false
Microlog 2999:[DEBUG]-Retrying connection to chat hub as user is logged in
Microlog 3001:[DEBUG]-Updating Connection State to Reconnecting
Microlog 3307:[DEBUG]-Updating Connection State to Disconnected
Microlog 3307:[DEBUG]-Chat Hub Disconnected
Microlog 3333:[DEBUG]-Exception in Chat Hubjava.lang.Exception: Error when calling endpoint. Returncode: 404
Microlog 8002:[DEBUG]-Updating Connection State to Connecting
Microlog 8002:[DEBUG]-Retrying connection to chat hub as user is logged in
Microlog 8401:[DEBUG]-Updating Connection State to Connecting
Microlog 8763:[DEBUG]-Updating Connection State to Connected
Microlog 8763:[DEBUG]-registerForNotifications
Microlog 9966:[DEBUG]-Exception in Chat Hubjava.lang.Exception: Error when calling endpoint.
Microlog 9966:[DEBUG]-Updating Connection State to Disconnecting
Microlog 9970:[DEBUG]-Retrying connection to chat hub
Microlog 9971:[DEBUG]-In the Retry block false
Microlog 9971:[DEBUG]-Retrying connection to chat hub as user is logged in
Microlog 9971:[DEBUG]-Updating Connection State to Reconnecting
Microlog 10377:[DEBUG]-Exception in Chat Hubjava.lang.Exception: Error when calling endpoint. Returncode: 404
Microlog 10378:[DEBUG]-Updating Connection State to Disconnected
Microlog 10378:[DEBUG]-Chat Hub Disconnected
Microlog 12841:[DEBUG]-Exception in Chat Hubjava.lang.Exception: Error when calling endpoint. Returncode: 404
Microlog 13005:[DEBUG]-Updating Connection State to Connecting
Microlog 13005:[DEBUG]-Retrying connection to chat hub as user is logged in
Microlog 13349:[DEBUG]-Updating Connection State to Connecting
Microlog 13685:[DEBUG]-Updating Connection State to Connected
The text was updated successfully, but these errors were encountered:
Hi All,
I am using SignalA for connecting to my SignalR chat hub. I need the Andriod client to be constantly connected to the Hub in order to receive chat messages and notifications from various groups.
I am facing an issue where the SignalA client looses connection after some time and then does not reconnect immediately. I keep getting an error related to connections. Below is the log from the client. Can someone please assist in resolving the issue.
Microlog 0:[DEBUG]-Updating Connection State to Connecting
Microlog 649:[DEBUG]-Updating Connection State to Connecting
Microlog 997:[DEBUG]-Updating Connection State to Connected
Microlog 998:[DEBUG]-registerForNotifications
Microlog 2996:[DEBUG]-Exception in Chat Hubjava.lang.Exception: Error when calling endpoint.
Microlog 2997:[DEBUG]-Updating Connection State to Disconnecting
Microlog 2999:[DEBUG]-Retrying connection to chat hub
Microlog 2999:[DEBUG]-In the Retry block false
Microlog 2999:[DEBUG]-Retrying connection to chat hub as user is logged in
Microlog 3001:[DEBUG]-Updating Connection State to Reconnecting
Microlog 3307:[DEBUG]-Updating Connection State to Disconnected
Microlog 3307:[DEBUG]-Chat Hub Disconnected
Microlog 3333:[DEBUG]-Exception in Chat Hubjava.lang.Exception: Error when calling endpoint. Returncode: 404
Microlog 8002:[DEBUG]-Updating Connection State to Connecting
Microlog 8002:[DEBUG]-Retrying connection to chat hub as user is logged in
Microlog 8401:[DEBUG]-Updating Connection State to Connecting
Microlog 8763:[DEBUG]-Updating Connection State to Connected
Microlog 8763:[DEBUG]-registerForNotifications
Microlog 9966:[DEBUG]-Exception in Chat Hubjava.lang.Exception: Error when calling endpoint.
Microlog 9966:[DEBUG]-Updating Connection State to Disconnecting
Microlog 9970:[DEBUG]-Retrying connection to chat hub
Microlog 9971:[DEBUG]-In the Retry block false
Microlog 9971:[DEBUG]-Retrying connection to chat hub as user is logged in
Microlog 9971:[DEBUG]-Updating Connection State to Reconnecting
Microlog 10377:[DEBUG]-Exception in Chat Hubjava.lang.Exception: Error when calling endpoint. Returncode: 404
Microlog 10378:[DEBUG]-Updating Connection State to Disconnected
Microlog 10378:[DEBUG]-Chat Hub Disconnected
Microlog 12841:[DEBUG]-Exception in Chat Hubjava.lang.Exception: Error when calling endpoint. Returncode: 404
Microlog 13005:[DEBUG]-Updating Connection State to Connecting
Microlog 13005:[DEBUG]-Retrying connection to chat hub as user is logged in
Microlog 13349:[DEBUG]-Updating Connection State to Connecting
Microlog 13685:[DEBUG]-Updating Connection State to Connected
The text was updated successfully, but these errors were encountered: