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.markdown
+1-29Lines changed: 1 addition & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Exceptions are using the log level `ERROR` and debug logging will be done with l
51
51
52
52
Feel free to use whichever logging framework you desire and use the corresponding [binding](https://mvnrepository.com/artifact/org.slf4j) in your dependency management.
53
53
54
-
If you want to get started, take a look at the SimpleLogger example.
54
+
If you want to get started, take a look at the SimpleLogger [example](https://github.com/TooTallNate/Java-WebSocket/wiki/SimpleLogger-example).
55
55
56
56
### Standalone jar
57
57
@@ -115,34 +115,6 @@ Minimum Required JDK
115
115
116
116
Other JRE implementations may work as well, but haven't been tested.
117
117
118
-
119
-
Testing in Android Emulator
120
-
---------------------------
121
-
122
-
Please note Android Emulator has issues using `IPv6 addresses`. Executing any
123
-
socket related code (like this library) inside it will address an error
0 commit comments