m-expunged / guacamole-sharp

C# replacement of the Apache Guacamole server-side Java servlet.
Apache License 2.0
26 stars 3 forks source link

remove needless recursive call on message unfinished in guacd and listener socket #10

Closed m-expunged closed 2 years ago

m-expunged commented 2 years ago

https://github.com/m-expunged/guacamole-sharp/blob/cdd27ad409e0014d878aee1f23ea188524755748/GuacamoleSharp.Server/GSListener.cs#L291

m-expunged commented 2 years ago

nvm recursive call is correct here and is needed for unfinished messages...