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
For beginners, the getting started guide might not be sufficient to see how all the pieces come together. It would be useful to provide a sample project that they can explore and play with.
In the meantime, the Seven Wonders game project, which uses Krossbow for its client, is the only real example we can show, but for a beginner it is likely overwhelming.
suspend fun watchErrors(): Flow<ErrorDTO> = stompSession.subscribe("/user/queue/errors", ErrorDTO.serializer())
The compiler tells me:
exception: src/main/kotlin/Main.kt:55:72: error: type mismatch: inferred type is String but StompSubscribeHeaders was expected
exception: suspend fun watchErrors(): Flow = stompSession.subscribe("/user/queue/errors", ErrorDTO.serializer())
exception: ^
For beginners, the getting started guide might not be sufficient to see how all the pieces come together. It would be useful to provide a sample project that they can explore and play with.
In the meantime, the Seven Wonders game project, which uses Krossbow for its client, is the only real example we can show, but for a beginner it is likely overwhelming.
See initial discussion in #479
The text was updated successfully, but these errors were encountered: