Commit Graph

5 Commits

Author SHA1 Message Date
d411618e63 Fix Javadoc warnings due to Java 21 update (+ some other warnings)
The default implicit constructor must also have a doc comment, so I have to make it explicit and either properly restrict the visibility of the constructor, or actually document it.
2024-06-06 23:59:32 +02:00
5edd8cdfec Various code simplification/fixes and a lot of typo/grammar fixes (may brake some stuff) 2023-06-20 00:15:46 +02:00
e4a5bf0eac Don't print ClosedChannelException when we actually asked to close the connection. 2023-03-18 21:45:39 +01:00
872746b46f Fix websocket timeout 2023-03-16 23:30:37 +01:00
fd828d600e WebSocket API 2023-03-14 16:22:50 +01:00