piotr-rojek / devopsifyme-sbemulator

MIT License
66 stars 12 forks source link

How to run azure function with IsSessionsEnabled = true #27

Open qcnguyen opened 1 year ago

qcnguyen commented 1 year ago

hi @piotr-rojek , I tried to listen on a bus queue, using azure function, with IsSessionsEnabled=true. but when I do, I receive the errors below: The UTC time represented when the offset is applied must be between year 0 and 10,000. (Parameter 'offset') image I know you don't support the session, but are there anyway I can just get it to work like the normal queue (I don't need session capability, eventhough I specified the IsSessionsEnabled=true - it's a acceptable behavior on local development). Thank you.