Used to receive messages asynchronously in a separate thread.
property AsyncNotification: boolean default False;
If the AsyncNotification property is set to True, messages will be received asynchronously in a separate thread. Each message receiving in asynchronous mode triggers the OnMessage event. For working in asynchronous mode, an addition connection to the server is automatically created.
The default value is False.