go to post Luis Angel Pére... · May 26, 2023 I usually use backup and restore functionalities, the journal is synchronized automatically. You can see it in this article: https://community.intersystems.com/post/recovering-mirror-after-crash
go to post Luis Angel Pére... · May 8, 2023 Oh! thank you Robert! I've fixed the error and pushed the change on Git.
go to post Luis Angel Pére... · May 4, 2023 You can check the ISCAgent service status from the Windows Services screen: Confirm that if it's started automatically (sorry for the language of the image).
go to post Luis Angel Pére... · Apr 26, 2023 Exactly Alexey, the purpose of the article is just for training. For many of our customers the mirror concept is totally unknown and I like to have a detailed article to use as initial approach. The idea of use Docker is because you can configure two instances really fast without headaches.
go to post Luis Angel Pére... · Apr 3, 2023 Hi Richard! sorry for the delay, I didn't see your message. Well, for my experience with the websocket the Read timeout is not a problem when is defined as an empty value, if there is a connection error or the websocket is open your objectscript code will usually receive an inmediate response. In this case Read is working just as a "ping". In my example the client is not writting anything. About the licenses I will paste an answer from other post of the community:"This does not hold a license, basically the CSP gateway holds the data in it's pool, and at any time, a process can open the WebSocket via OpenServer and Read/Write the socket. Inside read is a call to ReadAsync if SharedConnection = 1." https://community.intersystems.com/post/asynchronous-websockets-quick-tu...