Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

SignalR
reven
#1 Posted : Saturday, December 1, 2012 2:59:10 PM(UTC)
Groups: Member
Joined: 12/1/2012(UTC)
Posts: 1

Hi,

I've got a web app and its using SignalR, which works wonderfully when I'm running it inside visual studio.

But when I deploy my web app using the UltiDev Web Server Pro, SingalR appears not to work.

Is this a limitation with SignalR/UltiDev. I did some quick searching and it appears microsoft is using IIS dependencies in their websockets, but this wasn't 100% so looking for confirmation of this.

thank you
Ultidev Team
#2 Posted : Saturday, December 1, 2012 5:00:09 PM(UTC)
Ultidev Team

Groups: Administration
Joined: 11/3/2005(UTC)
Posts: 2,253

Thanks: 28 times
Was thanked: 60 time(s) in 59 post(s)
Hi,

We are sorry, but UWS does not support web sockets, so that part of the application won't work under UWS. Regular pages should be working fine.

Best regards,
UltiDev Team.
Please donate at http://www.ultidev.com/products/Donate.aspx to help us improve our products.
Guest
#3 Posted : Tuesday, February 12, 2013 8:24:30 AM(UTC)
Groups:
Joined: 11/1/2005(UTC)
Posts: 278

Hello,

I am facing the same problem.
Is there any plan to implement Web Sockets support (and then support SignlR library) in next releases ?

thx a lot for your answer
Ultidev Team
#4 Posted : Tuesday, February 12, 2013 9:28:22 AM(UTC)
Ultidev Team

Groups: Administration
Joined: 11/3/2005(UTC)
Posts: 2,253

Thanks: 28 times
Was thanked: 60 time(s) in 59 post(s)
Hi,

We are probably going to add web sockets support to UWS at some point, but our web sockets supports won't be 100% compatible with existing, IIS8-spesicifc, .NET APIs, which Microsoft made unavailable to other web server implementations. This means that even if we implement web sockets, your application code will look like if(runningUnderUWS) { useUwsSockets(); } else { useIis8Sockets(); } We suspect not too many people want to do this. Everyone, please let us know if you'd have UWS-specific web socket API vs not having any.

Please tell Microsoft to open up web socket support in ASP.NET by upvoting our complaint.

Best regards,
UltiDev Team.
Please donate at http://www.ultidev.com/products/Donate.aspx to help us improve our products.
Rss Feed  Atom Feed
Users browsing this topic
Guest (2)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You can vote in polls in this forum.