Click here to Skip to main content
15,911,139 members
Home / Discussions / C#
   

C#

 
GeneralRe: c# winforms Listview column sorting, won't change on 2nd click [works now] Pin
jkirkerx6-Feb-19 8:37
professionaljkirkerx6-Feb-19 8:37 
GeneralRe: c# winforms Listview column sorting, won't change on 2nd click [works now] Pin
Gerry Schmitz7-Feb-19 6:11
mveGerry Schmitz7-Feb-19 6:11 
GeneralRe: c# winforms Listview column sorting, won't change on 2nd click [works now] Pin
jkirkerx7-Feb-19 9:48
professionaljkirkerx7-Feb-19 9:48 
QuestionsignalR client server stops working after DNS-ip record for server changed Pin
impeham5-Feb-19 3:00
impeham5-Feb-19 3:00 
GeneralRe: signalR client server stops working after DNS-ip record for server changed Pin
Richard MacCutchan5-Feb-19 3:28
mveRichard MacCutchan5-Feb-19 3:28 
GeneralRe: signalR client server stops working after DNS-ip record for server changed Pin
impeham5-Feb-19 6:47
impeham5-Feb-19 6:47 
AnswerRe: signalR client server stops working after DNS-ip record for server changed Pin
Dave Kreskowiak5-Feb-19 4:06
mveDave Kreskowiak5-Feb-19 4:06 
GeneralRe: signalR client server stops working after DNS-ip record for server changed Pin
impeham5-Feb-19 6:44
impeham5-Feb-19 6:44 
i wonder if the signalR client works this way.
i made a test locally - created an entry in the host file:

127.0.0.1 testaddress

both the client and the server are configured to use "testaddress" as host name. when it runs, all is working well, then i change the entry to another ip address:

127.0.0.3 testaddress

as expected - all is working well as the connection is still intact.
now if i stop the server,wait a few seconds, then change the entry back to:

127.0.0.1 testaddress

and restart the server - the connection never re-establishes - client generates errors and finally closes.
these are the events raised in this scenario:
hubConnection.Error - happens about 10 times
hubConnection.Closed


if i do the same scenario without changing the host name record (stopping the server, waiting a few seconds and restarting it), it returns to working well even if i wait a longer time - these are the events raised from the client in this case:
hubConnection.Error - happens a few times until i start the server again and then
hubConnection.Reconnecting
hubConnection.Reconnected
GeneralRe: signalR client server stops working after DNS-ip record for server changed Pin
Dave Kreskowiak5-Feb-19 7:10
mveDave Kreskowiak5-Feb-19 7:10 
Questionarrays Pin
Member 141391973-Feb-19 22:21
Member 141391973-Feb-19 22:21 
AnswerRe: arrays Pin
Pete O'Hanlon3-Feb-19 22:40
mvePete O'Hanlon3-Feb-19 22:40 
GeneralRe: arrays Pin
Member 141391973-Feb-19 22:54
Member 141391973-Feb-19 22:54 
AnswerRe: arrays Pin
OriginalGriff4-Feb-19 0:05
mveOriginalGriff4-Feb-19 0:05 
GeneralRe: arrays Pin
Member 141391974-Feb-19 0:43
Member 141391974-Feb-19 0:43 
GeneralRe: arrays Pin
OriginalGriff4-Feb-19 0:46
mveOriginalGriff4-Feb-19 0:46 
GeneralRe: arrays Pin
Pete O'Hanlon4-Feb-19 1:19
mvePete O'Hanlon4-Feb-19 1:19 
Questionhow to get the corresponding y values for given x values from the chart series Pin
Mohamed Fahad3-Feb-19 21:54
Mohamed Fahad3-Feb-19 21:54 
SuggestionRe: how to get the corresponding y values for given x values from the chart series Pin
Richard MacCutchan3-Feb-19 22:21
mveRichard MacCutchan3-Feb-19 22:21 
AnswerRe: how to get the corresponding y values for given x values from the chart series Pin
Eddy Vluggen3-Feb-19 22:42
professionalEddy Vluggen3-Feb-19 22:42 
AnswerRe: how to get the corresponding y values for given x values from the chart series Pin
Jeff_T_12344-Feb-19 5:49
Jeff_T_12344-Feb-19 5:49 
AnswerRe: how to get the corresponding y values for given x values from the chart series Pin
Gerry Schmitz4-Feb-19 6:47
mveGerry Schmitz4-Feb-19 6:47 
Questionthe timer is slowed Pin
Mohamed Fahad3-Feb-19 0:57
Mohamed Fahad3-Feb-19 0:57 
AnswerRe: the timer is slowed Pin
Eddy Vluggen3-Feb-19 1:27
professionalEddy Vluggen3-Feb-19 1:27 
GeneralRe: the timer is slowed Pin
Mohamed Fahad3-Feb-19 1:42
Mohamed Fahad3-Feb-19 1:42 
GeneralRe: the timer is slowed Pin
Eddy Vluggen3-Feb-19 1:44
professionalEddy Vluggen3-Feb-19 1:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.