Skip to content

Commit

Permalink
Added release messages
Browse files Browse the repository at this point in the history
  • Loading branch information
DamnWidget committed Aug 24, 2014
1 parent 000876d commit 412e5ca
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"install": "README.md",
"1.2.7": "messages/1.2.7.txt",
"1.2.8": "messages/1.2.8.txt"
"1.2.8": "messages/1.2.8.txt",
"1.2.9": "messages/1.2.9.txt"
}
15 changes: 15 additions & 0 deletions messages/1.2.9.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Changes in 1.2.9
================

Unfortunately, when Package Control auto-upgrades anaconda in Windows platform and there are active sockets from the JsonClient to the JsonServer, the Winsocks become inconsistent and make anaconda try to restart the asynchronous poll in an infinite loop that makes Sublime Text 3 unresponsive.

This behaviour occurs in Windows only so I suspect is related with the Windows sockets implementation itself. The added workaround doesn't solve the problem, it just terminate the asynchronous poll loop and show an error message to the user with some instructions to follow.

I am more than open to merge solutions from developers that have more experience than me with Winsocks as Windows is my third platform (I only use it to play games really) and I've been unable to solve the problem.

Workarounds
===========

- Added workaround to try to mitigate the unresponsiveness of ST3 after automatic anaconda updates (Package Control) on Windows platform.

For more detailed information about those changes run git v1.2.8..v1.2.9 on git repository

0 comments on commit 412e5ca

Please sign in to comment.