How can I transfer bytes in chunks to clients?
问题 SignalR loses many messages when I transfer chunks of bytes from client over server to client (or client to server; or server to client). I read the file into a stream and sent it over a hub or persistent connection to other client. This runs very fast, but there are always messages dropped or lost. How can I transfer large files (in chunks or not) from client to client without losing messages? 回答1: As @dfowler points out, it's not the right technology for the job. What I would recommend