ktorio/ktor

Feature: Ktor websocket client with Stomp

开放

#1,159 创建于 2019年5月29日

 (7 条评论) (8 个反应) (1 位负责人)Kotlin (1,254 个派生)batch import
enhancementhelp wantedup for grabs

仓库指标

星标
 (14,408 个星标)
PR 合并指标
 (平均合并 24天 16小时) (30 天内合并 58 个 PR)

描述

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).

贡献者指南