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.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -