-
### Ktor Version
1.1.2
### Ktor Engine Used(client or server and name)
Netty server
### JVM Version, Operating System and Relevant Context
Java 1.8, Linux
### Feedback
When runnin…
-
need to do a whiteboard exercise of how to decentralize the app. this will be a research story. implementation is down the line.
BDD16 updated
5 years ago
-
I am trying to make Websocket with stomp work with external message broker and it seems there are broken dependencies and reactor libraries.
Below is the exception that I am getting
```
Caused by…
-
After websocket received the first data, the connection was closed, resulting in the failure to receive data for the second time
### ktor code
```ktor
package org.niuniu.main
import io.ktor.…
-
### Issue Description
Parse LiveQuery specifications are supposed to take a fields in the query. Parse server does not handle these fields, nor do the iOS and Android clients.
https://github.co…
-
When open Chat page a Call Button may not appear. Discovering the problem found, that the button doesn't appear when Chat app requests to WhoIsOnline service take time above 500ms (it may be 700ms as …
-
https://gratipay.com/ChatApplication/
(This application will remain open for at least a week.)
-
Can ktor support to attach param when using websocket?
I find it will be parsed in RoutingBuilder.kt as follow, but how to get the param?
fun Route.createRoute(path: String): Route {
…
-
I want to check a particular user active or not. For example when i enter a user name. I want to check whether it is active or not. I got the android code is
ChatApplication app = (ChatApplica…
-
ChatApplication defines:
public boolean isApplicationRequest(Request request)
{ return request.requestURI().equals("/chat"); }
However, request.requestURI() returns the full path of the request inc…