-
Application: Java client(FrameGrabber)->websocket.sendBinary->php Server(Imagick->readImageBlob)
```
grabber = FrameGrabber.createDefault(1);
grabber.setFormat("dshow");
grabber.setBitsPerPixel(8)…
-
**Describe the bug**
App crashed with exception.
```
kotlinx.coroutines.CoroutinesInternalError: Fatal exception in coroutines machinery for DispatchedContinuation[Dispatchers.IO, Continuation …
-
Although I applied the solution, https://github.com/Kucoin/kucoin-java-sdk/pull/41, while socket running gets the exception below. The socket can work for a maximum of 1 day without any errors. Are th…
-
```
What steps will reproduce the problem?
1. Execute WebSocket handshake initiated by large HTTP request (e.g. large
amount of data inside "Cookie" header).
2. Client will get "Error during WebSocke…
-
```
What steps will reproduce the problem?
1. Execute WebSocket handshake initiated by large HTTP request (e.g. large
amount of data inside "Cookie" header).
2. Client will get "Error during WebSocke…
-
```
What steps will reproduce the problem?
1. Execute WebSocket handshake initiated by large HTTP request (e.g. large
amount of data inside "Cookie" header).
2. Client will get "Error during WebSocke…
-
We have successfully been using Glowroot for monitoring an application which runs on WildFly 15 using Open JDK 11, but future development will start to implement the use of WebSockets
My question i…
-
**Describe the issue:**
NoClassDefFoundError occurs when using getUserSessions function in an adaptive authentication script.
#17132 and #18866 are claimed to be fixed. But I've built docker image…
-
When using ktor with a `requestStream` handler like this
```kotlin
fun Application.module() {
install(WebSockets)
install(RSocketSupport) {
server = RSocketServer()
}
…
-
Appears to happen after a restart, after fixing another runtime error?!
- http://forum.spring.io/forum/spring-projects/data/78558-spring-hibernate-automatic-transactions-and-entitymanager-how
```
HTT…