HTTPSocket RaiseNilObjectException

Was working prior to Release 2016-1.

I get the following:
RaiseNilObjectException
Delegate.IM_Invoke%%osi4os
AddHandler.Stub.10%%si4os
HTTPSocket._ProcessPage%%o
HTTPSocket._ProcessData%%os
HTTPSocket._HandleNewData%%o
HTTPSocket.Event_DataAvailable%%o
XojoFramework$3117

The Code for the send:

Socket2233.SetRequestContent(json, "application/x-www-form-urlencoded") Socket2233.Post("http://mysite.com/bin-cgi/RVCWS2233/RVCWS2233.cgi/special/AddUse")

The actual Post is received and added to the DB.

The PageReceived event does not get called.

Please help!

My error. Look like Xojo clean up some loose ends, as it worked before 2016R1.

What was happening that I was closing the window containing the socket before the PageReceived event could do it thing. Moving the window close to the PageReceived enent fixed it.