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
why this method has become private? If I want to set a timeout and also directly obtain the response, how should I go about it?
Additionally, is there a method like PingTimeout? That is to say, if no data is received from the server within a specified time, is it possible to capture this event and, if necessary, automatically reconnect?"
The text was updated successfully, but these errors were encountered:
private async Task EmitAsync(
string eventName,
CancellationToken cancellationToken,
Action ack,
params object[] data)
why this method has become private? If I want to set a timeout and also directly obtain the response, how should I go about it?
Additionally, is there a method like PingTimeout? That is to say, if no data is received from the server within a specified time, is it possible to capture this event and, if necessary, automatically reconnect?"
The text was updated successfully, but these errors were encountered: