CLOVIS
06/12/2021, 12:55 PMval data: Data
where Data
is a sealed class gives me
"data": {
"type": "SIMPLE",
"id": "TEXT"
}
on JS, and
"data": [
"SIMPLE",
{
"id": "TEXT"
}
]
on JVM, which unsurprisingly completely fails when Ktor tries to send messages between them.Dominaezzz
06/12/2021, 1:12 PMCLOVIS
06/12/2021, 1:21 PMCLOVIS
06/12/2021, 1:22 PMCLOVIS
06/12/2021, 1:22 PMCLOVIS
06/12/2021, 1:31 PMJoost Klitsie
06/15/2021, 7:10 AMCLOVIS
06/15/2021, 7:57 AMJoost Klitsie
06/15/2021, 7:58 AMJoost Klitsie
06/15/2021, 7:58 AM