Greetings,
I just finished installing your library and have opened it in VS2010.
Upon running the KayakExamples when it receives a request it fires off
these exceptions :
KayakServer will bind to
0.0.0.0:8081
KayakServer bound to
0.0.0.0:8081
KayakServer: accepting connection
KayakServer: accepted connection callback
KayakServer: accepting connection
--- Posted task.
KayakServer: accepted connection callback
KayakServer: accepting connection
--- Executing Task ---
--- Posted task.
KayakServer: accepted connection
A first chance exception of type 'System.NullReferenceException'
occurred in Kayak.dll
KayakServer: accepted connection callback
KayakServer: accepting connection
--- Done Executing Task ---
--- Executing Task ---
KayakServer: accepted connection
--- Posted task.
A first chance exception of type 'System.NullReferenceException'
occurred in Kayak.dll
--- Done Executing Task ---
--- Executing Task ---
Error on scheduler.
____________________________________________________________________________
[AggregateException] One or more errors occurred.
Caused by:
[NullReferenceException] Object reference not set to an instance of an
object.
at Kayak.Http.HttpServerDelegate.OnConnection(IServer server,
ISocket socket) in C:\terminalconcepts\libraries\kayak\Kayak\Http
\HttpServer.cs:line 46
at Kayak.DefaultKayakServer.<>c__DisplayClass4.<AcceptNext>b__2()
in C:\terminalconcepts\libraries\kayak\Kayak\Net\Server
\KayakServer.cs:line 116
at System.Threading.Tasks.Task.Execute()
--- Done Executing Task ---
--- Executing Task ---
KayakServer: accepted connection
A first chance exception of type 'System.NullReferenceException'
occurred in Kayak.dll
The thread '<Thread Ended>' (0x446c) has exited with code 0 (0x0).
The thread '<Thread Ended>' (0x3e0c) has exited with code 0 (0x0).
--- Done Executing Task ---
--- Executing Task ---
Error on scheduler.
____________________________________________________________________________
[AggregateException] One or more errors occurred.
Caused by:
[NullReferenceException] Object reference not set to an instance of an
object.
at Kayak.Http.HttpServerDelegate.OnConnection(IServer server,
ISocket socket) in C:\terminalconcepts\libraries\kayak\Kayak\Http
\HttpServer.cs:line 46
at Kayak.DefaultKayakServer.<>c__DisplayClass4.<AcceptNext>b__2()
in C:\terminalconcepts\libraries\kayak\Kayak\Net\Server
\KayakServer.cs:line 116
at System.Threading.Tasks.Task.Execute()
--- Done Executing Task ---
--- Executing Task ---
Error on scheduler.
____________________________________________________________________________
[AggregateException] One or more errors occurred.
Caused by:
[NullReferenceException] Object reference not set to an instance of an
object.
at Kayak.Http.HttpServerDelegate.OnConnection(IServer server,
ISocket socket) in C:\terminalconcepts\libraries\kayak\Kayak\Http
\HttpServer.cs:line 46
at Kayak.DefaultKayakServer.<>c__DisplayClass4.<AcceptNext>b__2()
in C:\terminalconcepts\libraries\kayak\Kayak\Net\Server
\KayakServer.cs:line 116
at System.Threading.Tasks.Task.Execute()
--- Done Executing Task ---
Did I just manage to grab an interim version by mistake, or is there a
way I can work around this?
Thanks,
Bill