
Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
History is littered with hundreds of conflicts over the future of a community, group, location or business that were "resolved" when one of the parties stepped ahead and destroyed what was there. With the original point of contention destroyed, the debates would fall to the wayside. Archive Team believes that by duplicated condemned data, the conversation and debate can continue, as well as the richness and insight gained by keeping the materials. Our projects have ranged in size from a single volunteer downloading the data to a small-but-critical site, to over 100 volunteers stepping forward to acquire terabytes of user-created data to save for future generations.
The main site for Archive Team is at archiveteam.org and contains up to the date information on various projects, manifestos, plans and walkthroughs.
This collection contains the output of many Archive Team projects, both ongoing and completed. Thanks to the generous providing of disk space by the Internet Archive, multi-terabyte datasets can be made available, as well as in use by the Wayback Machine, providing a path back to lost websites and work.
Our collection has grown to the point of having sub-collections for the type of data we acquire. If you are seeking to browse the contents of these collections, the Wayback Machine is the best first stop. Otherwise, you are free to dig into the stacks to see what you may find.
The Archive Team Panic Downloads are full pulldowns of currently extant websites, meant to serve as emergency backups for needed sites that are in danger of closing, or which will be missed dearly if suddenly lost due to hard drive crashes or server failures.
Describe the bug
Microsoft.AspNetCore.SignalR.Client stops working after a few moments without connection in WPF Full Framework.
To Reproduce
We have a WPF Full Framework 4.7.2 application with Microsoft.AspNetCore.SignalR.Client package (5.0.6). When we disconnect the internet (for example, by deactivating the wifi of the pc), we wait a few moments and reconnect the internet, at no time SignalR tries to reconnect and, after recovering the internet, it stops working "forever", if for example at that moment we do a StopAsync, the call never ends.
On the other hand, if we do the same with WPF net core 3.1, this does not happen and everything works correctly (it reconnects).
Repro:
Video link: https://drive.google.com/file/d/1y3XGfThFMuz8n0EXApYBlLjtEGNb9b6f/view?usp=sharing
Example Full Framework: https://drive.google.com/file/d/1E6qx4tW0mw4jDO8M5H3xog71fJ_j98Oa/view?usp=sharing
Example net core: https://drive.google.com/file/d/1KWqa3xYY9oBZ8r3f1398g4y90WYs9cln/view?usp=sharing
Exceptions (if any)
In WPF Full Framework 4.7.2, after a few moments without an internet connection, a trace appears that may have some clue:
Exception thrown: 'System.Net.Http.HttpRequestException' in Microsoft.AspNetCore.Http.Connections.Client.dll
Further technical details
The text was updated successfully, but these errors were encountered: