Does running under local IIS limit the number of Signalr connections -


i testing mvc web app.

it uses signalr.

i running under local iis

to test web client navigate page in chrome browser , open same web page in different tabs.

the max number can open 2 tabs.

if close 1 of these tabs , open same page on different pc not open. using safari browser on other pc.

if connect if close other browser down on 1st pc.

yet, if run same code on hosted server can have many may client connections.

is limit amount of client connections can have running under local iis server or there setting need make somewhere?

thanks

ps post relevant code not think code issue. think has configuration.

you can hit 2 limits - limits on server side , limits on browser side. here blog post containing limits on server side. can see limit depends on os version , iis version. can find browser limits in stackoverflow thread. note client can open more 1 concurrent requests (e.g. in case of long polling poll request active , data sent on separate request).


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -