Forum Discussion
igormicev
5 years agoContributor
Hi @Ajay_Chawda,
It’s an inbuilt functionality of the snap. There is no point to return the attempt number for establishing the connection.
Second, the connection pooling designs usually follow the Object Pool design pattern where the connections are often stored in temporary internal lists and re-used, so again the idea for counting the attempts for establishing the connection is illogical to a certain degree.
/Igor