Closed ibc closed 1 year ago
I've completed other handlers. Not all but just the latest versions. Honestly having to maintain so many old handlers is hell and with the changes in Transport
(the addition of those await
) the bug is also fixed for all handlers (it's just that some of them may show a warning log, nothing else).
NOTE: Draft PR for now since chnages are only done in
Chrome111
handler.Transport.ts
: useawait
in all calls to handler methods given to theAwaitQueue
.