Open AmirHeydari opened 2 years ago
Hi i'm using orleans version 3.6.0. when i want to send messages to clients, i get this error: Arithmetic operation resulted in an overflow.
this line raises: await _hubContext.Client(connection).Send(method, message);
should i do some things?
Hi i'm using orleans version 3.6.0. when i want to send messages to clients, i get this error: Arithmetic operation resulted in an overflow.
this line raises: await _hubContext.Client(connection).Send(method, message);
should i do some things?