hikalkan / scs

TCP Server/Client Communication and RMI Framework
MIT License
225 stars 112 forks source link

ClientReConnecter #25

Closed ganbolor closed 7 years ago

ganbolor commented 7 years ago

use ClientReConnecter example? i use sample IrcChatSystem how to use in sample IrcChatSystem //Create a reconnecter to reconnect automatically on disconnect. var reconnecter = new ClientReConnecter(_scsClient) {ReConnectCheckPeriod = 30000};

hikalkan commented 7 years ago

Using ClientReConnecter is very simple (as you have written in the question). Could not understand the exact question.