Azure / azure-iot-protocol-gateway

Azure IoT protocol gateway enables protocol translation for Azure IoT Hub
Other
224 stars 152 forks source link

Make Create of ISessionState in ISessionStatePersistenceProvider as async #151

Closed avinashchandru closed 4 years ago

avinashchandru commented 5 years ago
nayato commented 4 years ago

there is no real need to make it async as any logic that requires processing can be delayed untill SetAsync is called.