wizicer / UAPNetwork

wrapper for UAP protocol which is widely used in USSD channel of mobile service in china
6 stars 8 forks source link

Unbind and rebind UapCommunicator #8

Closed rontuku closed 5 years ago

rontuku commented 5 years ago

Hi, I would like to know how i can unbind and bind again the communicator without stopping or restarting the service in the UAPTester solution program.cs Mutuku, Kenya

wizicer commented 5 years ago

UapCommunicator is disposable, just dispose it and create it again. Hope this could solve your problem.

rontuku commented 5 years ago

Yes it has. Thank you Wizicer