OrleansContrib / SignalR.Orleans

SignalR backend based on Orleans.
MIT License
295 stars 64 forks source link

orleans version 3.6.0 error #132

Open AmirHeydari opened 2 years ago

AmirHeydari commented 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?