urbanairship / airship-flutter

Flutter integration
Other
17 stars 17 forks source link

Release 7.2.0 #190

Closed rlepinski closed 11 months ago

rlepinski commented 11 months ago

Still need to verify the changes

crow commented 11 months ago

Static constants are lazily initialized on their first access. It looks like both eventTask and eventSubject are still uninitialized on their first access which causes pending events processing to not occur for incoming events like push received, message center displays, etc. Initializing eventTask and eventSubject to a discardable result on init (or on register...) seems to resolve this issue. Will push a fix when I have access.

crow commented 11 months ago

waiting on the latest airship framework proxy release (5.0.2) before re-running tests