Skip to content

Commit 2916549

Browse files
authored
chore(pegboard): consolidate to single subscriber per gateway (#2879)
1 parent b7b4728 commit 2916549

File tree

1 file changed

+1
-1
lines changed
  • packages/common/universalpubsub/src/driver/postgres

1 file changed

+1
-1
lines changed

packages/common/universalpubsub/src/driver/postgres/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use std::collections::HashMap;
22
use std::hash::{DefaultHasher, Hash, Hasher};
3-
use std::sync::Arc;
3+
use std::sync::{Arc, Mutex};
44

55
use anyhow::*;
66
use async_trait::async_trait;

0 commit comments

Comments
 (0)