Hi,
We are seeing this exception shown below. It seems to happen more often when SOSS is used for the first time after reboot, but it happened at other times too. Could you please tell us what's the recommended way to get around this? I added some retry logic that would retry after sleeping one sec, but sometimes it can take more than 5 retries to get past this.
Thank you
We are seeing this exception shown below. It seems to happen more often when SOSS is used for the first time after reboot, but it happened at other times too. Could you please tell us what's the recommended way to get around this? I added some retry logic that would retry after sleeping one sec, but sometimes it can take more than 5 retries to get past this.
Code:
System.TypeInitializationException: The type initializer for 'App.StateServer.StateServerClient' threw an exception. ---> Soss.Client.NotReadyException: The server is not yet ready to perform this operation.
at App.StateServer.StateServerClient.SossClientLogin() in C:\src\test\StateServer\StateServerClient\Client.cs:line 1506
at App.StateServer.StateServerClient..cctor() in C:\src\test\StateServer\StateServerClient\Client.cs:line 1048
--- End of inner exception stack trace ---
at App.StateServer.StateServerClient.ReadObject(Application application, UInt16 index, SossKey key)
at ConsoleApp1.Program.Main(String[] args) in C:\src\test\ConsoleApp1\Program.cs:line 33
Thank you