OLD | NEW |
| 1 ## 1.0.2 |
| 2 |
| 3 * Remove the workaround for [issue 19815][]. |
| 4 |
1 ## 1.0.1 | 5 ## 1.0.1 |
2 | 6 |
3 * Ignore errors from one of the servers if others are still bound. In | 7 * Ignore errors from one of the servers if others are still bound. In |
4 particular, this works around [issue 19815][] on some Windows machines where | 8 particular, this works around [issue 19815][] on some Windows machines where |
5 IPv6 failure isn't discovered until we try to connect to the socket. | 9 IPv6 failure isn't discovered until we try to connect to the socket. |
6 | 10 |
7 [issue 19815]: http://code.google.com/p/dart/issues/detail?id=19815 | 11 [issue 19815]: http://code.google.com/p/dart/issues/detail?id=19815 |
OLD | NEW |