Skip to content

Commit b67aa75

Browse files
committed
update README
[skip ci]
1 parent 9953523 commit b67aa75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ client.ClientWebSocketProvider = () => new ClientWebSocketManaged();
263263

264264
## Xamarin
265265

266-
Optimized the support for Xamarin: the library will always try to connect to the server, and an exception will be thrown when the connection fails. The library catches some exception types, such as: TimeoutException, WebSocketException, HttpRequestException and OperationCanceledException. If it is one of then, the library will continue to try to connect to the server. If there are other exceptions, the library will stop reconnecting and throw this exception to the upper layer. You need extra attention in Xamarin.
266+
The library will always try to connect to the server, and an exception will be thrown when the connection fails. The library catches some exception types, such as: TimeoutException, WebSocketException, HttpRequestException and OperationCanceledException. If it is one of them, the library will continue to try to connect to the server. If there are other exceptions, the library will stop reconnecting and throw exception to the upper layer. You need extra attention in Xamarin.
267267

268268
For Xamarin.Android you should add the following code:
269269

0 commit comments

Comments
 (0)