You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@ Java and Android Socketcluster Client
3
3
4
4
This SocketCluster Java/Android Client fork has the following differences from upstream:
5
5
-[Jackson](https://github.com/FasterXML/jackson) JSON parser is used, instead of [JSON-java](https://github.com/stleary/JSON-java)
6
-
-[SocketCluster Minimal binary (sc-codec-min-bin) codec](https://github.com/SocketCluster/sc-codec-min-bin) support. See [Codecs](#codecs) section
6
+
-[SocketCluster Minimal binary (sc-codec-min-bin) codec](https://github.com/SocketCluster/sc-codec-min-bin) support. See [Codecs](#codecs) section on usage example
7
7
- Underlying [nv-websocket-client](https://github.com/TakahikoKawasaki/nv-websocket-client) has been updated to the latest version
8
-
- Breaking: callback params now have Jackson `JsonNode` types, instead of upstream's `Object`
8
+
-**Breaking**: callback params now have Jackson `JsonNode` types, instead of upstream's `Object`
9
9
10
10
**Important Note:** Due to using `jackson-databind` this library is significantly bigger in size than upstream (~1.8 Mb), so if binary codec support is not needed, consider using upstream instead.
0 commit comments