Skip to content

Commit 406606e

Browse files
Update changelogs from fern repo (#4251)
Co-authored-by: iamnamananand996 <31537362+iamnamananand996@users.noreply.github.com>
1 parent 8744a68 commit 406606e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)