-
Hello,
When I try to use Java 21 JDK with maven clean install, the ActiveJ library generates the following error. Could you make it compatible with Java 21, or is this not possible? Alternatively, …
-
-
When supporting the "Copy to clipboard" behaviour with a command-line option (in #184), I discovered that there is currently no easy way to make the value of such an option available at an arbitrary c…
-
To ensure this is actually **"Fast"** Binery Encoding please benchmark serialisation speeds against https://serializer.activej.io/
-
Hi, are there any examples of load balancing/reverse proxy on ActiveJ?
-
I am trying to run the basic rpc example but the code that you provided on example not working.
Here is my code:
```
package org.example;
import io.activej.common.initializer.Initializer;
imp…
-
Hello, i'm trying to send RPC with Void response type:
`rpcClient.sendRequest(new MyCommand()).toCompletableFuture().get(1000, TimeUnit.SECONDS);`
on the server side handle request like this:
…
-
i am trying to create an RPC server/client but i want the response to be generic but i failed this is an example from error that i get in server when trying to listen on port. Can you provide an examp…
-
@eduard-vasinskyi Hello and sorry for bothering you again. i believe a found a bug in your library let me further explain. To begin with, i am using a lot of future of activej libraries like .net comp…
-
I use this library in my project and works very well with strings, integers,bytes, etc and i am very happy but when i tried to use object classes from dependencies, the serialization did not work well…