jgauffin / Griffin.Framework

Application framework for Business Applications
http://griffinframework.net
168 stars 62 forks source link

there is no OnServerMessageReceived event . #76

Closed mzelecom closed 4 years ago

mzelecom commented 7 years ago

hi. i used your library in vb.net. but this line error AddHandler server.OnServerMessageReceived, AddressOf OnServerMessageReceived

but others are ok AddHandler server.ClientConnected, AddressOf clientconnected AddHandler server.ClientDisconnected, AddressOf ClientDisconnected

there is no OnServerMessageReceived handler in the library. please fix it. thanks

jgauffin commented 4 years ago

Corrected in the new networking code.