Problem with Parsing.Stream typealias #281
sillygoose
started this conversation in
General
Replies: 1 comment 2 replies
-
I had worked around this by not calling a parser from the module reading the Bluetooth stream but now that I took a further look the easiest fix would have been to add the library name to the code:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am accessing a Bluetooth device and it uses the StreamDelegate protocol which defines Stream, when I added the Parsing import I received errors in my StreamDelegate:
Thought this was weird but I found that Parsing defines its own Stream structure and a typealias for Stream. Is this a problem or expected behavior that I have to work around?
Beta Was this translation helpful? Give feedback.
All reactions