I have 2 LightstreamClient instances but on events update I see the same thread for both instances, so if one instance is slow it also slows the other instance.
How can I specify that instances use...
Type: Posts; User: Andrei
I have 2 LightstreamClient instances but on events update I see the same thread for both instances, so if one instance is slow it also slows the other instance.
How can I specify that instances use...
In the documentation for ConnectionOptions there is a method setSlowingEnabled(). But I couldn't find how to set ConnectionOptions or get InternalConnectionOptions from LightstreamClient. How can I...