-
Hello,
I use Unreal Engine 5.3.2 on Linux, this is my Blueprint graph for connection:
![image](https://github.com/getnamo/SocketIOClient-Unreal/assets/7276200/1a37814b-6def-4e3b-8268-82e20feaa5e…
t0msk updated
1 month ago
-
##### Description
I generated a rust client using swagger codegen and it almost compiles but there's a few minor issues. I fixed them by hand but I wanted to point them out so future people can kn…
-
Currently, and especially after #123, we have to convert the networks back and forth in order to work with the two json-rpc client used in the codebase. We can simplify this if https://github.com/rust…
-
It appears UDP has a problem where after serving very active shadowsocks UDP forwarding instance for a few hours connection will just drop and permanently stall on shadowsocks side (shadowsocks rust's…
-
Hi, is there LSP support, is there plans for it?
2nd, how about a client-server architecture where I can connect the editor to the same session from multiple terminals, a la kakoune/emacsclient?
-
### Affected project(s)
- [ ] documentation
- [ ] examples
- [ ] wasmCloud host
- [ ] wasmCloud CLI (wash)
- [ ] wasmCloud dashboard UI (washboard)
- [X] capability providers
- [ ] provider b…
-
We want to add the type AddressVector to all transaction helpers in Rust, so that transaction scripts which use vector as an argument can be called from Rust.
On branch `address-vector`
Steps to…
-
**Is your feature request related to a problem? Please describe.**
I noticed that the implementation of `_put_object_stream_with_content_type` doing multi-part upload reads up all the chunks first (c…
-
The Rust client expects the endpoint to be in the format `https://example.com` whilst the Node.js client currently expects it to be `example.com`. This might be slightly confusing from the UX point of…
-
Hi all,
Actually i encountered this issue in one my projects. Since i could not share the original code i created a sample scala grpc server and a rust client to demonstrate issue. The issue is i a…