We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried to build the lates Web3SwiftBrowser example. I'm getting a compile error in WebSocketProvider line 96.
public func didReceive(event: WebSocketEvent, client: WebSocket) {
}
"Cannot find type 'WebSocketEvent' in scope"
thanks
Brian
The text was updated successfully, but these errors were encountered:
Please describe which example are you using?
Sorry, something went wrong.
https://github.com/veerChauhan/web3swift
Go through the Example #Web3supportBrowser
#338 #337 #321 #304 #303
Please let me know if there any issue
Hey, @briviere have your initial issue been resolved? Please let us know if it can be closed.
If you still experience any problems, feel free to add more details in this issue or open another one.
No branches or pull requests
I tried to build the lates Web3SwiftBrowser example. I'm getting a compile error in WebSocketProvider line 96.
public func didReceive(event: WebSocketEvent, client: WebSocket) {
}
"Cannot find type 'WebSocketEvent' in scope"
thanks
Brian
The text was updated successfully, but these errors were encountered: