Is the order of messages sent by SignalR constant on the client? -
i have simple question regarding signalr, possible signalr messages arrive in out of sync order. i.e if send messages a,b,c server, possible client might messages in order other a,b,c? thank in advance! there isn't guaranteeing equal performance of delivery client assuming independent message calls. need consider handling on client side. of course if running server async have impact well.