msx752 / PoGoEmulator

.Net Core, Unofficial PoGoEmulator
GNU General Public License v3.0
2 stars 6 forks source link

TcpListener doesn't work correctly #6

Closed msx752 closed 7 years ago

msx752 commented 7 years ago

TcpServer listener doesn't work correctly. After first request, body content always returns empty. on the contrary web application is working correctly.

msx752 commented 7 years ago

related with https://github.com/msx752/PoGoEmulator/issues/14

msx752 commented 7 years ago

also .net mvc api project doesnt solve the authorization error.

ref:https://github.com/msx752/PoGoEmulator/issues/14

edit:problem is solved for web application