ktorio/ktor

Feature: Ktor websocket client with Stomp

Ouverte

#1 159 ouverte le 29 mai 2019

 (7 commentaires) (8 réactions) (1 personne assignée)Kotlin (1 254 forks)batch import
enhancementhelp wantedup for grabs

Métriques du dépôt

Stars
 (14 408 étoiles)
Métriques de merge PR
 (Merge moyen 24j 16h) (58 PRs mergées en 30 j)

Description

Ktor Version

1.2.1

Ktor Engine Used(client or server and name)

client-websocket

JVM Version, Operating System and Relevant Context

Feedback

I tried to consume a websocket server with the ktor-client-websocket but it didn't work. It turned out, that the server uses Stomp. It would be nice to support Stomp for the Websocket Client as well here with Ktor. (I was forced to use Spring Websocket as client library).

Guide contributeur