When closing a client connection, I often got Delphi exceptions in
dorActionWebSocket.pas, TActionWebsocket.Output, line "Write(b, 1, 0);". It
turns out that FStub.Source was nil, so perhaps checking FStub.Source for being
nil would be good before attempting to call the Write method.
Same for the Write calls in TActionWebsocket.OutputMessage and
TActionWebsocket.OutputStream (that one doesn't even have a try..finally around
the Write call).
Original issue reported on code.google.com by schnaade...@gmail.com on 23 Feb 2012 at 3:42
Original issue reported on code.google.com by
schnaade...@gmail.com
on 23 Feb 2012 at 3:42