-
- HTTP.jl 1.9.7
Setting any readtimeout other than 0 on a websocket client causes a TimeoutError where it doesn't consider whether any messages have been received.
My understanding is it should…
-
Hello, I like to use WebSocket Browser Client rather than the Omniverse Streaming Client. Is this even possible?
Thank you beforehand.
volkn updated
10 months ago
-
Since Deno 1.4, there's the Browser's WebSocket api in Deno which is now the preferred way of using WebSockets.
Now in Browsers, it's possible for a site to set cookies which are sent (if valid) wit…
-
**Describe the bug**
When running in client mode, small WebSocket messages sent from the server to the client that can be sent in one ethernet packet work fine. But when the message size is large eno…
-
I know trpc v11 is not officially released yet, but much of the ecosystem seems to be operating as if it has since they've declared v11 as [stable and ready for production](https://trpc.io/docs/migrat…
-
### This issue respects the following points:
- [x] This is a **bug**, not a question or a configuration issue; Please visit our forum or chat rooms first to troubleshoot with volunteers, before crea…
-
```ruby
#!/usr/bin/env ruby
require 'async'
require 'async/http/endpoint'
require 'async/websocket/client'
URL = "wss://polkadot-rpc.dwellir.com"
Async do |task|
endpoint = Async::HTTP:…
-
## Failing Test(s)
- Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests.RedisEndToEndTests.CanSendAndReceiveUserMessagesFromMultipleConnectionsWithSameUser(transportType: WebSockets, pro…
-
Version: Deno 1.45.5
Steps: start the server, start the client, wait for the client to call method `close`. Check the connections, I use `ss -atn | grep 3333` on linux (can use `lsof -i TCP:3333` o…
-
As you may have seen from my mess up with PR #3 - I have code ready which allows dicomweb-websocket-bridge to talk to multiple dicomweb-proxy clients over websocket. Is this a feature that you want? I…