We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8744a68 commit 406606eCopy full SHA for 406606e
1 file changed
fern/products/sdks/overview/java/changelog/2026-03-13.mdx
@@ -0,0 +1,9 @@
1
+## 3.43.0
2
+**`(fix):`** Fix WebSocket client compilation error when a server message type
3
+produces the same method name as a lifecycle handler. For example,
4
+a message type `error` generated `onError(Consumer<Error>)` which
5
+clashed with the lifecycle `onError(Consumer<Exception>)` due to
6
+Java generics type erasure. Colliding message handler methods are
7
+now suffixed with `Message` (e.g. `onErrorMessage`).
8
+
9
0 commit comments