Skip to content
New issue

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

IPV6 #38

Closed
abbasqamar opened this issue Mar 25, 2019 · 12 comments
Closed

IPV6 #38

abbasqamar opened this issue Mar 25, 2019 · 12 comments

Comments

@abbasqamar
Copy link

abbasqamar commented Mar 25, 2019

Hi there as you guys know the apple mandatory that your application must support IPV6 if not then they will reject the application they rejected recently my app which was writting in Swift Socket .(who doest not support iv6)
so does StompClientLib support IPV6 ?? kindly reply i am anxiously waiting thanks

@WrathChaos
Copy link
Owner

Hello @abbasqamar,
StompClientLib uses SocketRocket as a web socket base. It is the Facebook's socket library and it supports IPv4/IPv6.
Haven't tried the IPv6 with this lib. You can simply implement this lib and check it out. It would takes only 10 mins :)
Please give me a feedback about IPv6 support. I'm glad to help about this issue.
Have fun :)

@abbasqamar
Copy link
Author

i am glad u responded.. well we did the setup the ipv6 hopefully i will update .. the status regarding IPV6 . one more thing dear.. today i had one issue i resolved like didConnect was not calling .i will tell you tomorrow thanks buddy

@WrathChaos
Copy link
Owner

Waiting for your response @abbasqamar :) Have fun

@abbasqamar
Copy link
Author

abbasqamar commented Apr 22, 2019

i am opening this issue.. now i got ipv6 configured on server end back end..

now when i am trying to connect to web socket through IPV6 like my mac has now ipv6 this library is unable to connect..

giving error.

recieved had response code from server 400

the line of code is

let url = NSURL(string: "http://[2600:1700:1c00:20e0::10]:8080/MobileServer/androidapp/websocket");

above is the url..can u connect the above url.. when i was using ipv4 it works great ...

@abbasqamar
Copy link
Author

abbasqamar commented Apr 22, 2019

when i m trying to connect throught ipv6 address its not working.. but our network guy did something i am able to connect throught domain name which is mapped against ipv6 ..thx

@WrathChaos WrathChaos reopened this Apr 22, 2019
@abbasqamar
Copy link
Author

any update ??

@WrathChaos
Copy link
Owner

Hello again @abbasqamar,
I am going to work on this issue in this weekend. Nowadays, I'm super busy :(

@WrathChaos
Copy link
Owner

Hello @abbasqamar ,
I used your IPv6 url and I got this error :
Code=50 "Network is down"
I do not have any other IPv6 websocket connection to try the library is working or not.. Can you provide any?

@abbasqamar
Copy link
Author

sorry sorry for late reply.. i m getting same Error network is down but my net is working fine.... are you using this method for testing ipv6 ?? https://developer.apple.com/library/archive/documentation/NetworkingInternetWeb/Conceptual/NetworkingOverview/UnderstandingandPreparingfortheIPv6Transition/UnderstandingandPreparingfortheIPv6Transition.html

i have another app i used Singlar R i created on Objective C i hope it will go live without rejection

@abbasqamar
Copy link
Author

its pretty critical issue i made exact app like uber but including some map rotating features for UK Client that app is pretty big i need to know how can i access directly ipv6 IP for websocket thanks buddy ..

waiting ..

@WrathChaos
Copy link
Owner

Hey @abbasqamar,
I could not find any websocket which works with IPv6 for testing.. That's why I could not investigate the issue deeply.. I guess we need a community help.

@stale
Copy link

stale bot commented Nov 28, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Nov 28, 2019
@stale stale bot closed this as completed Dec 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants