quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.54k stars 2.61k forks source link

quarkus-websockets: Support Kotlin Coroutines #29929

Open mschorsch opened 1 year ago

mschorsch commented 1 year ago

Description

Please support kotlin coroutines in quarkus-websockets.

The methods onOpen, onClose, onMessage, ... should be suspendable.

Use-Case: Calling other suspendable methods.

Implementation ideas

No response

quarkus-bot[bot] commented 1 year ago

/cc @evanchooly(kotlin), @geoand(kotlin)

geoand commented 1 year ago

To be honest, I think this will pretty low on our priority list

TartanLeGrand commented 1 year ago

🆙

geoand commented 6 months ago

We could potentially look into this when we introduce our new Websockets model