jgauffin / Griffin.WebServer

A web server built on top of Griffin.Framework
107 stars 42 forks source link

Unable to Start() server again after Stop() #9

Closed Boddlnagg closed 11 years ago

Boddlnagg commented 11 years ago

Now you've added a Stop() method, but when I try to restart the server after stopping it, I'm confronted with an ArgumentNullException (remoteEndPoint) in Griffin.Networking.Servers.Server.CreateClient. Please fix this, because I need the ability to restart the server after configuration changes (e.g. port number).

jgauffin commented 11 years ago

Fixed in the next commit. The bug was in the Griffin.Networking library