Robert Farnum
Robert Farnum
@chrisdecenzo In the AndroidDeviceControlWrapper.cpp: CHIP_ERROR err = JniReferences::GetInstance().FindMethod(env, mJavaObjectRef, "onCommissioningStatusUpdate", "(JLJAVA/LANG/STRING;I)V", &onCommissioningStatusUpdateMethod); should be: CHIP_ERROR err = JniReferences::GetInstance().FindMethod(env, mJavaObjectRef, "onCommissioningStatusUpdate", "(JLjava/lang/String;I)V", &onCommissioningStatusUpdateMethod);
That should be: `onCommissioningStatusUpdate(JLjava/lang/String;I)V` Capital `S` in String
This is indeed a serious issue with the gorilla embedded net.Conn implementation and is non compliant with non blocking network reads from within a goroutine that is checking for
> Please try to solve the CI/CV failing issues (35 failing at this moment, some of them seem to be real issues which may be triggered by this work). A...
/gemini review
/gemini review