How to handle "Error using asyncio.Me​ssageHandl​er/onError​"

조회 수: 22 (최근 30일)
Harsh Sonani
Harsh Sonani 2021년 11월 16일
답변: Abhiram 2025년 1월 27일 6:17
Hi, i am using MATLAB R2017b, i have devloped one gui and i am connecting it to server board with tcpclient() function, i want to know how to handle "Error using asyncio.MessageHandler/onError" error while i am sending data to board and ethernet is disconnected, i have used try/catch block to handle it but still error is getting and also i have used ErrorOccurredFcn but i am getting error like ErrorOccurredFcn property is not supported
  댓글 수: 1
Bérenger
Bérenger 2023년 5월 16일
Hi. Ihave the same problem. Iwould like to know if you found a solution.
On the other hand I manage to send some data, except when I send data which consists of server sending data that,s whent it crashes.

댓글을 달려면 로그인하십시오.

답변 (1개)

Abhiram
Abhiram 2025년 1월 27일 6:17
Hi Harsh,
I understand that you are employing MATLAB's "tcpclient" function to initiate a connection with a server, and you wish to detect server disconnections and manage the error suitably.
There is no workaround currently for MATLAB R2017b. However, for MATLAB versions R2021b and later, a workaround can be implemented as described in the given thread:

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by