HaishinKit.RTMPSocket.Error should be expoused, so a better UI handling is possible #1698
peterpaulis
started this conversation in
Idea
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently HaishinKit.RTMPSocket.Error is not accessible due to internal protection, so good UI handling of the error is not possible
like with the case connectionNotEstablished(_ error: NWError?) you cannot access the NWError
change to public would solve this
Beta Was this translation helpful? Give feedback.
All reactions