Waheed Afolabi
Waheed Afolabi
@cardoso is this still open?
I am new to open source, how would you make use of my help in selection.js?
Assign this to me.
@Shivansh2407 Are you still working on this?
@Ahyox how did you resolve the issue? I have this same issue, how can I resolve it? I am using Xcode version 14.3.1 and I have this Paystack in my...
@ravi-paystack any luck with a way out on fixing this issue?
> @wptechprodigy I can't really remember what I did back then, but it looked like I deleted the previous version and install paystack to 3.0.17. Okay @Ahyox , I'll give...
I am currently having the same issue on Xcode 14.3.1 @ravi-paystack
I am thinking you may need to include `.forceWebsockets(true)` as part of the manager configurations: ```Swift let manager = SocketManager(socketURL: url, config: [ .log(true), .compress, .forceWebsockets(true)]) ```