Skip to content

Commit

Permalink
Apply feedback:
Browse files Browse the repository at this point in the history
  • Loading branch information
cbullinger committed Mar 19, 2024
1 parent 4ac544a commit f2d34c6
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,12 @@ Enable Platform Networking

.. versionadded:: 1.14.0

Kotlin SDK v1.14.0 introduces support for **platform networking**, which lets you use
the networking stack for your platform for Device Sync traffic, instead of
Atlas Device Sync's default library.
Atlas Device SDK's **platform networking** lets you use your platform's networking
stack instead of the default WebSocket client for Device Sync
traffic.

When enabled, this feature allows applications running on Android and
Java Virtual Machine (JVM) platforms to use managed WebSockets via
When enabled, you can configure applications running on Android and
Java Virtual Machine (JVM) platforms to use managed WebSockets over
:github:`OkHttp </square/okhttp/blob/master/CHANGELOG.md>`. Managed WebSockets provide advanced
configuration support for proxies and firewalls that require authentication.

Expand Down

0 comments on commit f2d34c6

Please sign in to comment.