EMiltonDeveloper
                                        Results
                                        1
                                        comments of
                                        
                                
                                            EMiltonDeveloper
                                        
                                    You are getting this error because the connect action is asynchronous. So you are trying to use writeRegister without waiting for the connectTcp to be established; Example with TS: ...code...