You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix for #458 - Safari can't handle simultaneous WebSockets connection, and fails to send large data chunks. It's fixed in this release with detecting if browser is Safari with ddp used as transport. Note is added to FAQ, Should be fixed in Safari 11. Thanks to @derwok for bringing it in, and @IDCOLL for original issue
Fix resumable uploads, now in 90% upload should survive server reboot and in 98% connection interruption
Better file stream management with file descriptor caching - should reduce RAM and I/O