Move call to getMessageHandler().onResynchronize(); to right place (#12178) (#12184)
https://github.com/vaadin/framework/pull/12043 changed resync message sending to be deferred to queue. Now also the setting of the semaphor in message handler needs to be deferred to its right place. Otherwise there is possibility for a timing glitch. I.e. MessageHandler is set to resync handling mode before message is actually send.
Fixes: https://github.com/vaadin/framework/issues/12151 Authored-by: Tatu Lund <tatu@vaadin.com>