Scott Fauerbach
Scott Fauerbach
I think you might need some or an entire duplication of the RX package just for encoded connection. Maybe / maybe not, this is an area in the .NET client...
So in order to do this, we would have to make a connection to the server, get the server's list and then do another connection. This is certainly something your...
I will look into this. I'm concerned about making SecureRandom non static because of it's use in nuid, which we want to be as fast as possible and creating a...
That's a simple enough change maybe this: ```java public DataPort buildDataPort() { if (dataPortType.equals(DEFAULT_DATA_PORT_TYPE)) { return new SocketDataPort(); } return (DataPort) Options.Builder.createInstanceOf(dataPortType); } ``` In the next major version we...
@tbeets I followed the example and cannot reproduce this.
@thinkbeforecoding a couple things. Please sign your commits, this is the policy for our repos. Regarding the change, you could always do it yourself by wrapping the sync call. The...
Also GetMessage is a JS API call, which is why it returns MessageInfo instead of a Message, which is returned in subscriptions.
This will be addressed in V2
First of all, thanks for the detailed bug report, it's very much appreciated. I've got the code running and I cannot reproduce the problem. Can you describe your server /...
Do you have any more information that could help us track this down?